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

github.com/mattbutton/silhouette-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head-meta.html')
-rw-r--r--layouts/partials/head-meta.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layouts/partials/head-meta.html b/layouts/partials/head-meta.html
new file mode 100644
index 0000000..468443b
--- /dev/null
+++ b/layouts/partials/head-meta.html
@@ -0,0 +1,19 @@
+<link rel="me" type="text/html" href="https://twitter.com/sombradelrio"/>
+<link rel="me" type="text/html" href="https://www.linkedin.com/pub/matt-button/7/553/222"/>
+<link rel="me" type="text/html" href="https://www.instagram.com/sombradelrio/" />
+<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
+<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
+
+<link rel="alternate" type="application/rss+xml" href='{{ "index.xml" | absURL }}' />
+
+<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+<meta name="author" content="{{.Site.Params.Author}}" />
+<meta name="copyright" content="{{.Site.Copyright}}" />
+
+{{ if .Description }}
+<meta name="description" content="{{ .Description }}">
+{{ else if .IsPage }}
+<meta name="description" content="{{ .Summary | plainify }}">
+{{ else }}
+<meta name="description" content="{{ .Site.Params.Description }}">
+{{ end }} \ No newline at end of file