From 92a8ad6376cb7f4981b8c7d9e8273b42d80b85d1 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Sat, 15 Jul 2017 19:42:32 +0200 Subject: Use OG instaid of twitter Also add image support --- _includes/head.html | 12 +++++++----- random-projects/bad-password-generator/image.png | Bin 0 -> 23389 bytes random-projects/bad-password-generator/index.html | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 random-projects/bad-password-generator/image.png diff --git a/_includes/head.html b/_includes/head.html index 5ef0176..0dc3028 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,11 +17,13 @@ - {% if page.twitter %} - - - - + {% if page.info %} + + + + {% if page.info.image %} + + {% endif %} {% endif %} {% if site.google_analytics %} diff --git a/random-projects/bad-password-generator/image.png b/random-projects/bad-password-generator/image.png new file mode 100644 index 0000000..acc5cfa Binary files /dev/null and b/random-projects/bad-password-generator/image.png differ diff --git a/random-projects/bad-password-generator/index.html b/random-projects/bad-password-generator/index.html index 56c6e8f..b68895b 100644 --- a/random-projects/bad-password-generator/index.html +++ b/random-projects/bad-password-generator/index.html @@ -1,8 +1,9 @@ --- layout: random-project -twitter: +info: title: Bad Password Generator description: Surely you wouldn't use one like it, would you? + image: /random-projects/bad-password-generator/image.png ---
-- cgit v1.1