aboutsummaryrefslogtreecommitdiffstats
path: root/notebook/templates/category.html
diff options
context:
space:
mode:
Diffstat (limited to 'notebook/templates/category.html')
-rw-r--r--notebook/templates/category.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/notebook/templates/category.html b/notebook/templates/category.html
new file mode 100644
index 0000000..ccbbeab
--- /dev/null
+++ b/notebook/templates/category.html
@@ -0,0 +1,14 @@
+{% extends "index.html" %}
+{% block head %}
+{{ super() }}
+<meta name="twitter:creator" content="{{ TWITTER_USERNAME }}">
+<meta name="twitter:url" content="{{ SITEURL }}/{{ category.url }}">
+<meta name="twitter:title" content="{{ SITENAME }} ~ {{ category }}">
+<meta name="twitter:description" content="Articles de {{ category }}">
+
+<!-- Facebook Meta Data -->
+<meta property="og:title" content="{{ SITENAME }} ~ {{ category }}" />
+<meta property="og:description" content="Articles de {{ category }}" />
+<meta property="og:image" content="{{ AVATAR }}" />
+{% endblock head %}
+{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} \ No newline at end of file