Skip to content

Commit d157b3f

Browse files
authored
Merge pull request #74 from vkoves/ai-article
AI Article
2 parents 517ec74 + 3fa5dde commit d157b3f

6 files changed

Lines changed: 579 additions & 5 deletions

File tree

_layouts/post.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
- post.css
77
---
88

9-
<div class="all-posts-cont">
10-
<a href="/writing" id="all-posts" class="red-button">Back to All Writing</a>
11-
</div>
9+
{% unless page.skipPostTitle %}
10+
<div class="all-posts-cont">
11+
<a href="/writing" id="all-posts" class="red-button">Back to All Writing</a>
12+
</div>
1213

13-
<h1 class="page-title">{{ page.title }}</h1>
14-
<p class="post-date">Published {{ page.date | date: "%B %d, %Y" }}</p>
14+
<h1 class="page-title">{{ page.title }}</h1>
15+
<p class="post-date">Published {{ page.date | date: "%B %d, %Y" }}</p>
16+
{% endunless %}
1517

1618
{% for category in page.categories %}
1719
<span class="category-pill">{{ category }}</span>

0 commit comments

Comments
 (0)