diff --git a/content/links.md b/content/links.md index 8bb861e..01cd12d 100644 --- a/content/links.md +++ b/content/links.md @@ -1,5 +1,5 @@ +++ -template = "links.html" +template = "static.html" title = "Other Things You Might Enjoy" +++ diff --git a/templates/links.html b/templates/static.html similarity index 72% rename from templates/links.html rename to templates/static.html index af9247f..b90d692 100644 --- a/templates/links.html +++ b/templates/static.html @@ -1,7 +1,8 @@ {% extends "base.html" %} +{# template for "static", i.e. non-feed, pages #}: {% block breadcrumbs %} -/ home / links +/ home / {{ page.slug }} {% endblock breadcrumbs %} {# disable the rss header link #} @@ -9,7 +10,7 @@ {% endblock rss_link %} {% block title %} -Links |Perfectly Sane +{{ page.title }} {% endblock title %} {% block content %}