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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html15
1 files changed, 1 insertions, 14 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 8c412ea..c959174 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,20 +1,7 @@
<!DOCTYPE html>
<html lang="{{ site.LanguageCode }}">
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- {{ hugo.Generator }}
- {{ if site.Params.schema }}{{ template "_internal/schema.html" . }}{{ end }}
- {{ if site.Params.opengraph }}{{ template "_internal/opengraph.html" . }}{{ end }}
- {{ if site.Params.twittercards }}{{ template "_internal/twitter_cards.html" . }}{{ end }}
- <title>
- {{ if eq .Title site.Title }}
- {{ site.Title }}
- {{ else }}
- {{ with .Title }}{{ . }} | {{ end }}{{ site.Title }}
- {{ end }}
- </title>
- <link rel="canonical" href="{{ .Permalink }}">
+ {{ partial "head.html" . }}
{{ range .AlternativeOutputFormats }}
{{ printf "<link rel=%q type=%q href=%q title=%q>" .Rel .MediaType .Permalink site.Title | safeHTML }}
{{ end }}