diff options
author | luxagraf <sng@luxagraf.net> | 2012-10-14 22:26:39 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-10-14 22:26:39 -0400 |
commit | fa869d1a60ff6f8c41cd7f2bf0e0964bff9ba9f1 (patch) | |
tree | f60ab325dbaf6a4dab443daa3f8fea84edba4a1d /design/templates/archives/homepage.html | |
parent | 27e05eaae0dd829090749facc5e10ca0a7b9a5dc (diff) |
converted publishing system to have buttons int the admin and reworked the config system
Diffstat (limited to 'design/templates/archives/homepage.html')
-rw-r--r-- | design/templates/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index 11cbf4b..56b7f57 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -24,7 +24,7 @@ </section>{%endcomment%} <section class="home harchive"> <h1 class="sh">From the Archive</h1> - {% include 'includes/recent_entries.html' %} + {%comment%} {% include 'includes/recent_entries.html' %}{%endcomment%} </section> {% endblock %} |