Renaming story filenames and changed 'tags' to 'topics'
This commit is contained in:
@@ -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>
|
||||
|
@@ -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 %}
|
Reference in New Issue
Block a user