zslucky 0.1.1 → 0.1.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_layouts/page.html +10 -1
  3. data/_layouts/post.html +11 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6e9b66c2713e63affccd01ee24df34f84f3f50f
4
- data.tar.gz: 2e623fcd21a302bc5a7deace05b0f3284a2d178d
3
+ metadata.gz: 787310c79f1a35ed943ae0eefbe3a7f481fbd01a
4
+ data.tar.gz: 88c9f79ef62ac1d0fffb9b817f10089fdeb8a745
5
5
  SHA512:
6
- metadata.gz: 06bdb1f1974c844988bb252971f0e3f1b0ea8daa32ab4c6a498e9a6ee0282e9f7b648fa5156b6c66590697c890a8c95692e24465136cfd594fedb39b6adcd8a4
7
- data.tar.gz: a3eb7fba05a740964b6711b2f33ce85d0a60341112252c1b7568f90e77c5a809e4fe27895a042faf28fae4634707cffb0b20d3586d333f8a7e2916008bee7661
6
+ metadata.gz: e097dafc3b26794fdaa6d954f38c112badbfea3e3c2e149e0eacdb18a31683de432915fb2209c1355dc119da9ffe3e709b923817eaaeec6c961222317c0f456b
7
+ data.tar.gz: 75c98dfeaf278e0a2fb69f44212e3730519af9dee228a475dc37f36fc32f164edfed338d86d6990a6ed8fc5d6bf78820bcb59eff423557d06c6c2beea065dd2c
data/_layouts/page.html CHANGED
@@ -1,5 +1,14 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+ <article class="post">
4
5
 
5
- {{ content }}
6
+ <header class="post-header">
7
+ <h1 class="post-title">{{ page.title | escape }}</h1>
8
+ </header>
9
+
10
+ <div class="post-content">
11
+ {{ content }}
12
+ </div>
13
+
14
+ </article>
data/_layouts/post.html CHANGED
@@ -1,5 +1,15 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
+ <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
4
5
 
5
- {{ content }}
6
+ <header class="post-header">
7
+ <h1 class="post-title" itemprop="name headline">{{ page.title | escape }}</h1>
8
+ <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
9
+ </header>
10
+
11
+ <div class="post-content" itemprop="articleBody">
12
+ {{ content }}
13
+ </div>
14
+
15
+ </article>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zslucky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - zslucky