diff --git a/layout/base.j2 b/layout/base.j2 index d5b4521..ca9fd8b 100644 --- a/layout/base.j2 +++ b/layout/base.j2 @@ -1,4 +1,4 @@ -{% from "macros.j2" import itemurl %} +{% from "macros.j2" import itemurl, slug %} @@ -7,10 +7,6 @@ {% block starthead %}{% endblock starthead %} - - - @@ -21,9 +17,9 @@ compatibility mode is within the first 1K bytes code.google.com/p/chromium/issues/detail?id=23003 --> - + #} diff --git a/layout/blog.j2 b/layout/blog.j2 index eda5654..de2e1b3 100644 --- a/layout/blog.j2 +++ b/layout/blog.j2 @@ -7,7 +7,7 @@ {% mark post -%}
-

{{ resource.meta.title }}

+

{{ resource.meta.title }}

Posted: {{ resource.meta.created.strftime('%B %e, %Y') }} at {{ resource.meta.time }}

@@ -49,7 +49,7 @@ Previous - +

{%- endblock %} diff --git a/layout/frontpage.j2 b/layout/frontpage.j2 index 7a46778..9ed85d5 100644 --- a/layout/frontpage.j2 +++ b/layout/frontpage.j2 @@ -26,7 +26,7 @@ Previous Post - +

{% endblock %}