From bde44fadf20a1f91a466653f9552ce8bd658e2f9 Mon Sep 17 00:00:00 2001 From: Simon Späti <simu@sspaeti.com> Date: Tue, 07 Feb 2023 08:16:15 +0000 Subject: [PATCH] feat: Adding Twitter and Social image preview including description (#207) --- layouts/partials/graph.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/layouts/partials/graph.html b/layouts/partials/graph.html index 3e25c65..39ed3cf 100644 --- a/layouts/partials/graph.html +++ b/layouts/partials/graph.html @@ -1,4 +1,5 @@ <script + async src="https://cdn.jsdelivr.net/npm/d3@6.7.0/dist/d3.min.js" integrity="sha256-+7jaYCp29O1JusNWHaYtgUn6EhuP0VaFuswhNV06MyI=" crossorigin="anonymous" -- Gitblit v1.10.0