From ed037dd77c85601c46f2fec20bb09e9424c965c6 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Tue, 31 Oct 2017 22:46:18 -0400 Subject: [PATCH] Add Twitter card --- docs/source/_layouts/master.blade.php | 8 ++++++++ docs/source/img/twitter-card.png | Bin 0 -> 41493 bytes 2 files changed, 8 insertions(+) create mode 100644 docs/source/img/twitter-card.png diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php index 914a9f2f0..b83e30aa6 100644 --- a/docs/source/_layouts/master.blade.php +++ b/docs/source/_layouts/master.blade.php @@ -9,6 +9,14 @@ + + + + + + + + {{ $page->title ? $page->title . ' - Tailwind CSS' : 'Tailwind CSS - A Utility-First CSS Framework for Rapid UI Development' }}