edge_framework 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/assets/sass/_edge.scss +1 -1
- data/lib/edge/version.rb +1 -1
- data/template/wordpress/archive.php +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDcyM2Q4ODc1N2ViNzhkYWM4NjQ4YzI3ODE3Zjk1ZjQ2MjgxMDg3Mw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZDczYWU5MTM3N2E2OGQ5YzBiYWIyZjc4YzlmYmQ4OGM4YjNmOWZiZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NTE5YjY0NTA1NjgxNTk5NWJmZjJjYjhkMTExOTQwNGNjNDU0YTZjMTg5ODMx
|
10
|
+
NmIyMzI2NmIxODZmMzdjNTAxODJmNGU0NTJkMTg3OTkzMTFjNzQwZmQzYWY5
|
11
|
+
MjY0NGNlNzY0MzhjM2UzZDAzZjg0ZGM5ZTE1NTE2Njg1ZWU2YWY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzZhM2YyNmFlOTRiMzFjZDAwODI4YTQxM2ZjYjcxYTcwYjM0MzhkZGNhMmNl
|
14
|
+
NWYyOTRhZmU0Y2RiNDZmZjQyZDViZTk3ZDQxNTQ3MDhmNmQyNjkwM2M4MTRh
|
15
|
+
ZGM4MTkyM2VmNGI1NzllNzNmYzg5YjY5ZDQ1ZGEwYmM2NzI0NDQ=
|
data/assets/sass/_edge.scss
CHANGED
data/lib/edge/version.rb
CHANGED
@@ -11,7 +11,7 @@ if (is_tag() ) {
|
|
11
11
|
}
|
12
12
|
else if (is_category() ){
|
13
13
|
$context["title"] = single_cat_title("", false);
|
14
|
-
array_unshift($templates, "archive-" . get_query_var("cat") . ".twig")
|
14
|
+
array_unshift($templates, "archive-" . get_query_var("cat") . ".twig");
|
15
15
|
}
|
16
16
|
else if (is_post_type_archive() ){
|
17
17
|
$context["title"] = post_type_archive_title("", false);
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edge_framework
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henner Setyono
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-12-
|
11
|
+
date: 2014-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|