diff options
Diffstat (limited to 'dev-random/templates/index.html')
-rw-r--r-- | dev-random/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-random/templates/index.html b/dev-random/templates/index.html index 11314d1..aeb5986 100644 --- a/dev-random/templates/index.html +++ b/dev-random/templates/index.html @@ -18,8 +18,8 @@ </a> </h1> <div class="meta"> - Dans «<a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>» - par <a href="{{ SITEURL }}/author/{{article.author}}.html">{{ article.author}}</a> + Dans «<a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>» + par <a href="{{ SITEURL }}/{{article.author.url}}">{{ article.author}}</a> </div> </header> <div class="post-content"> |