From 67e04e126876313faff78f62dac8c1eaf428c6b9 Mon Sep 17 00:00:00 2001 From: Ben Rosser Date: Wed, 18 May 2016 12:53:04 -0400 Subject: In monospace theme, link to page.url, not page.slug --- monospace/templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monospace/templates/page.html b/monospace/templates/page.html index b8c89f7..c9d5ff6 100644 --- a/monospace/templates/page.html +++ b/monospace/templates/page.html @@ -3,7 +3,7 @@ {% block content %}

{# {{ SITENAME }} #} {% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %} {#:#} - {{ page.title }}

+ {{ page.title }}
{{ page.content }} -- cgit v1.1