diff --git a/config.toml b/config.toml index 904bc9e..a6abe9e 100755 --- a/config.toml +++ b/config.toml @@ -26,6 +26,8 @@ top_header = true email = "schulleitung@cantor-gymnasium.de" email_preatty = "schulleitungcantor-gymnasium.de" description = "Das Georg-Cantor-Gymnasium - eine mathematisch-naturwissenschaftliche Spezialschule in Halle (Saale)." +twitter = "cantor_news" +images = ['media/zeichnung.jpg'] [params.plugins] diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2ee5e70..c00105d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -35,6 +35,7 @@ - +{{ template "_internal/opengraph.html" . }} +{{ template "_internal/twitter_cards.html" . }} diff --git a/static/media/zeichnung.jpg b/static/media/zeichnung.jpg new file mode 100644 index 0000000..9b8324b Binary files /dev/null and b/static/media/zeichnung.jpg differ