Replace BLOG setting variables by SITE ones.

This commit is contained in:
Alexis Metaireau 2010-10-30 00:58:32 +01:00
commit 6192d5a647
6 changed files with 21 additions and 21 deletions

View file

@ -11,7 +11,7 @@
</abbr>
<address class="vcard author">
By <a class="url fn" href="#">{{ article.author }}</a>
</address>In <a href="{{ BLOGURL }}/category/{{ article.category }}.html">{{ article.category }}</a>
</address>In <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>
</footer><!-- /.post-info -->
{{ article.content }}
</div><!-- /.entry-content -->