aboutsummaryrefslogtreecommitdiffstats
path: root/notebook/templates/archives.html
diff options
context:
space:
mode:
authorquack1 <alexandre.deloup@gmail.com>2013-05-11 23:36:22 +0200
committerquack1 <alexandre.deloup@gmail.com>2013-05-11 23:36:22 +0200
commit498c22cc41261f229f181b76aabc613d9472f91e (patch)
treeb3025be087410b6ef9fd20f4ac5f0818fae6e4c4 /notebook/templates/archives.html
parent2f0f4d36a28c99facce979e0ab41635a4ddca9b9 (diff)
downloadpelican-themes-498c22cc41261f229f181b76aabc613d9472f91e.tar.gz
Some improvements
Diffstat (limited to 'notebook/templates/archives.html')
-rw-r--r--notebook/templates/archives.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/notebook/templates/archives.html b/notebook/templates/archives.html
index 32e78a3..352ecd9 100644
--- a/notebook/templates/archives.html
+++ b/notebook/templates/archives.html
@@ -1,4 +1,16 @@
{% extends "base.html" %}
+{% block head %}
+{{ super() }}
+<meta name="twitter:creator" content="{{ TWITTER_USERNAME }}">
+<meta name="twitter:url" content="{{ SITEURL }}/archives.html">
+<meta name="twitter:title" content="{{ SITENAME }} ~ Archives">
+<meta name="twitter:description" content="{{ SITENAME }} ~ Archives du site">
+
+<!-- Facebook Meta Data -->
+<meta property="og:title" content="{{ SITENAME }} ~ Archives" />
+<meta property="og:description" content="{{ SITENAME }} ~ Archives" />
+<meta property="og:image" content="{{ AVATAR }}" />
+{% endblock head %}
{% block content %}
<h1>Archives</h1>