|
3 | 3 | ---
|
4 | 4 | <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
5 | 5 |
|
6 |
| - <header class="post-header" style="margin-bottom: 0px;"> |
7 |
| - <h2 class="post-title p-name" itemprop="name headline" style="margin-bottom: 0px; font-size: 28px; line-height: 36px;">{{ page.title | escape }}</h2> |
8 |
| - <p class="post-meta" style="margin-top: 5px; margin-bottom: 10px;"> |
9 |
| - Published on |
10 |
| - <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> |
11 |
| - {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} |
12 |
| - {{ page.date | date: date_format }} |
13 |
| - </time> |
14 |
| - by |
15 |
| - {%- if page.author -%} |
16 |
| - <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span> |
17 |
| - {%- else -%} |
18 |
| - <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">Johnny Lin</span></span> |
19 |
| - {%- endif -%} |
20 |
| - </p> |
21 |
| - </header> |
| 6 | + <header class="post-header" style="margin-bottom: 0px;"> |
| 7 | + <h2 class="post-title p-name" itemprop="name headline" |
| 8 | + style="margin-bottom: 0px; font-size: 28px; line-height: 36px;">{{ page.title | escape }}</h2> |
| 9 | + <p class="post-meta" style="margin-top: 5px; margin-bottom: 10px;"> |
| 10 | + Published on |
| 11 | + <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> |
| 12 | + {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} |
| 13 | + {{ page.date | date: date_format }} |
| 14 | + </time> |
| 15 | + by |
| 16 | + {%- if page.author -%} |
| 17 | + <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" |
| 18 | + itemprop="name">{{ page.author }}</span></span> |
| 19 | + {%- else -%} |
| 20 | + <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" |
| 21 | + itemprop="name">Lockdown Privacy</span></span> |
| 22 | + {%- endif -%} |
| 23 | + </p> |
| 24 | + </header> |
22 | 25 |
|
23 |
| - <div class="post-content e-content" itemprop="articleBody"> |
24 |
| - {{ content }} |
25 |
| - </div> |
| 26 | + <div class="post-content e-content" itemprop="articleBody"> |
| 27 | + {{ content }} |
| 28 | + </div> |
26 | 29 |
|
27 |
| - {%- if site.disqus.shortname -%} |
| 30 | + {%- if site.disqus.shortname -%} |
28 | 31 | {%- include disqus_comments.html -%}
|
29 |
| - {%- endif -%} |
| 32 | + {%- endif -%} |
30 | 33 |
|
31 |
| - <a class="u-url" href="{{ page.url | relative_url }}" hidden></a> |
| 34 | + <a class="u-url" href="{{ page.url | relative_url }}" hidden></a> |
32 | 35 | </article>
|
0 commit comments