Renaming story filenames and changed 'tags' to 'topics'

This commit is contained in:
Nathan Schneider
2024-12-03 08:58:34 -07:00
parent b9708df3b0
commit 8c89a91e3e
7 changed files with 3 additions and 421 deletions

View File

@@ -5,7 +5,7 @@ layout: default
<header class="post-header">
<h1 class="post-title">
{{ page.topic | escape}}<br>
{{ page.subject | escape}}<br>
<small>{{ page.narrator | escape }}</small>
</h1>
</header>

View File

@@ -1,15 +0,0 @@
---
layout: default
---
<h1>Stories tagged "{{ page.title }}"</h1>
{% for story in page.posts %}
<h2>
<a href="{{ story.url }}">
{{ story.narrator }}: {{ story.topic }}
</a>
</h2>
<p>{{ story.summary | markdownify }}</p>
{% endfor %}