From 4e5a34cfa92333784663b9bb5a07e4096a62e2b4 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Fri, 14 Jul 2017 22:12:25 +0200 Subject: Add twitter summary support --- _includes/head.html | 7 +++++++ random-project/bad-password-generator/index.html | 3 +++ 2 files changed, 10 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index 3df323b..9bf7bdc 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,4 +16,11 @@ + + {% if page.twitter %} + + + + + {% endif %} diff --git a/random-project/bad-password-generator/index.html b/random-project/bad-password-generator/index.html index 2922b9b..ad0aac1 100644 --- a/random-project/bad-password-generator/index.html +++ b/random-project/bad-password-generator/index.html @@ -1,5 +1,8 @@ --- layout: random-project +twitter: + title: Bad Password Generator + description: Surely you wouldn't use one like it, would you? ---
-- cgit v1.1