summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/article.html3
-rw-r--r--templates/base.html2
2 files changed, 1 insertions, 4 deletions
diff --git a/templates/article.html b/templates/article.html
index 1089b78..fba7058 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -41,9 +41,6 @@
{{ article.locale_modified }}
</time>
{% endif %}
- {% if article.category %}
- in category <a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
- {% endif %}
{% if article.tags %}
<div class="tags">
Tags:
diff --git a/templates/base.html b/templates/base.html
index efb4fca..bc7556f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -58,7 +58,7 @@
<hr />
<footer id="contentinfo" class="body copyright">
- Copyright &#169; Vincent Douillet. Licence <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
+ Copyright &#169; Vincent Douillet. License <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
</footer><!-- /#contentinfo -->
</body>
</html>