File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
13
13
{%- if page.author -%}
14
14
• < span itemprop ="author " itemscope itemtype ="http://schema.org/Person "> < span class ="p-author h-card "
15
15
itemprop ="name "> {{ page.author }}</ span > </ span >
16
- {%- endif -%}</ p >
17
- {%- if page.tags -%}
18
- < p > Tags: {{ page.tags | join: ', ' }}</ p >
19
- {%- endif -%}</ p >
16
+ {%- endif -%}
17
+ {%- if page.tags -%}
18
+ • < span > Tags: {{ page.tags | join: ', ' }}</ span >
19
+ {%- endif -%}
20
+ </ p >
20
21
22
+ {%- if page.image -%}
23
+ < p >
24
+ < img src ="{{ page.image}} " alt ="thumbnail " height ="200px " />
25
+ < hr />
26
+ </ p >
27
+ {%- endif -%}
21
28
</ header >
22
29
23
30
< div class ="post-content e-content " itemprop ="articleBody ">
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ date: 2020-11-27 12:00:00 +0800
5
5
comments : true
6
6
categories : blog
7
7
image : https://user-images.githubusercontent.com/72891/100425593-7cc8e600-30ca-11eb-873c-1f9878911c20.jpg
8
+ author : andelf
8
9
tags :
9
10
- diary
10
11
---
You can’t perform that action at this time.
0 commit comments