File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 3
3
---
4
4
< link href ="/css/override.css " rel ="stylesheet " type ="text/css ">
5
5
< article class ="post h-entry " itemscope itemtype ="http://schema.org/BlogPosting ">
6
-
7
- < header class ="post-header ">
8
- < h1 class ="post-title p-name " itemprop ="name headline "> {{ page.title | escape }}</ h1 >
9
- <!-- <p class="post-meta">
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
- {% assign author = page.author | default: site.author %}
15
- {%- if author -%}
16
- • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ author }}</span></span>
17
- {%- endif -%}</p> -->
18
- </ header >
19
-
20
-
21
-
22
6
< div class ="post-content e-content " itemprop ="articleBody ">
23
7
{{ content }}
24
- {% include navlinks.html %}
25
8
</ div >
26
9
27
10
< a class ="u-url " href ="{{ page.url | relative_url }} " hidden > </ a >
You can’t perform that action at this time.
0 commit comments