Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-08-14 13:50:35 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-08-14 13:50:35 +0300
commit362b938468867a0d944986de0b3301672110a7bb (patch)
tree8d27fc43fe550437e960553d4acbf9215818ff8b
parenta5ce776f7845c0d3ce4e5589771c020877a4d131 (diff)
Make mailto links better
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5c370fb..50911a2 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -25,7 +25,7 @@
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
-
+<script src="https://cdn.jsdelivr.net/npm/mailgo@0.9.14/dist/mailgo.min.js" defer></script>
{{ "<!--Favicon-->" | safeHTML }}
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">