diff options
Diffstat (limited to 'notebook/templates/archives.html')
-rw-r--r-- | notebook/templates/archives.html | 12 |
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> |