omnihub-theme 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aeba579f261bdcf8e656ca015ce58efa1a720dda
4
- data.tar.gz: 7d33c441db0b2e9070eadf0aa5cd3a26c4ecb27b
3
+ metadata.gz: 1729256535726b40000cb41b89c67e3145665e79
4
+ data.tar.gz: 024ffb1e70e5fb7d952b45966b61ab74de6b123b
5
5
  SHA512:
6
- metadata.gz: 1ceb00cdc402606a2b6d74006a64233e0670cf98d94c1a3b1b70e007e36e682324d87e0fdb3f881739e070cbcc39054ed779290e3f960ea7e4a2aa948f9e201e
7
- data.tar.gz: 22a35e9e2ca97a6bf1f982ef90451907c6ab3d0fa0f7a2e96798483fc402a48872184a84e6a6b88076f49a58dac203060683d4217bea96a88a13de686b3473fe
6
+ metadata.gz: af53f014544baec3c013b10d5f495245d5e6a6a598d52d2572bb897bb343f9c0642942f3522a0796245fcad884c4071937196097a3ad497707ec339da297f988
7
+ data.tar.gz: e1371761af41626d7ec09f730a9d335f2216c03821e628bf8d107d8671764d5c29543d843a749f199cd65cf25c55db58373bb5048ae9a003555dabdde57f78b0
@@ -1 +1,20 @@
1
- {{ content }}
1
+ <!DOCTYPE html>
2
+ <html lang="en-us">
3
+
4
+ {% include head.html %}
5
+
6
+ <body>
7
+ {% include page-header.html %}
8
+
9
+ <section class="main-content">
10
+
11
+ {{ content }}
12
+
13
+
14
+ </section>
15
+
16
+ {% include page-footer.html %}
17
+
18
+
19
+ </body>
20
+ </html>
data/_layouts/page.html CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: page
3
3
  ---
4
4
 
5
- {{ content }}
5
+ {{ content }}
data/_layouts/post.html CHANGED
@@ -1,5 +1,8 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+ <h2>{{ page.title }}</h2>
5
+ <p class="meta">{{ page.date | date_to_string }}</p>
4
6
 
5
- {{ content }}
7
+
8
+ {{ content }}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omnihub-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Catherine Vo