diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2024-10-29 17:00:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 17:00:31 +0100 |
commit | 265fd4130a170be6f9a9b426c24533229c94693d (patch) | |
tree | 92d61a774c6a18f361b67e0a5890f40f39998534 | |
parent | 08acb542be7de75b799a948caa5fd3ceaf8d2c0f (diff) | |
parent | a3dcbc30f900b2e98b90fda9f0cc4f93a3ccb08e (diff) |
Merge pull request #35 from runofthemillgeek/patch-1
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0a704fd..d2d28e3 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -29,6 +29,8 @@ <link rel="canonical" href="{{ .Permalink }}"/> +{{ template "_internal/opengraph.html" . }} + {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} |