mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Replace BLOG setting variables by SITE ones.
This commit is contained in:
parent
fdb920e50a
commit
6192d5a647
6 changed files with 21 additions and 21 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue