8000 Update post.html · script-fu/script-fu.github.io@d6c8981 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6c8981

Browse files
authored
Update post.html
1 parent 52a4ae5 commit d6c8981

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

_layouts/post.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,8 @@
33
---
44
<link href="/css/override.css" rel="stylesheet" type="text/css">
55
<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-
226
<div class="post-content e-content" itemprop="articleBody">
237
{{ content }}
24-
{% include navlinks.html %}
258
</div>
269

2710
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>

0 commit comments

Comments
 (0)
0