From d25ee31c9f12512f973079de4097d26d28d2de8a Mon Sep 17 00:00:00 2001 From: joelachance Date: Tue, 28 Jul 2020 20:26:53 -0500 Subject: [PATCH] Add logo and meta tags for twitter_cards --- config.yaml | 2 ++ layouts/_default/baseof.html | 1 + 2 files changed, 3 insertions(+) diff --git a/config.yaml b/config.yaml index c050e5a6ed..1cdd822c31 100644 --- a/config.yaml +++ b/config.yaml @@ -12,6 +12,8 @@ markup: params: description: Why NumPy? Powerful n-dimensional arrays. Numerical computing tools. Interoperable. Performant. Open source. + images: + - logos/numpy.svg navColor: blue navbarlogo: image: logos/numpy.svg diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 69dc86c112..fab97c66b2 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,6 +11,7 @@ {{ end }} {{ end }} + {{ template "_internal/twitter_cards.html" . }}