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

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYauhen Shulitski <jsnjack@gmail.com>2019-03-14 01:46:19 +0300
committerYauhen Shulitski <jsnjack@gmail.com>2019-03-14 01:46:38 +0300
commit212d36183d990a6d8e5ec15a0ab92efb2a889f39 (patch)
treecaf32ee597cc33275c8858882307cc6da7a4acd3
parent0aacef5d4c80f01f17d89759ada8d0c743c3e414 (diff)
Remove mixed content
Closes #7
-rw-r--r--layouts/partials/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fe7c416..dac71f4 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
<head>
- <link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
{{ .Hugo.Generator }}