diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-05-01 17:35:08 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-05-01 17:35:08 +0200 |
commit | e2ffa7b3ad920d577cc56fbaaea12a99be125774 (patch) | |
tree | 09ea43dc6bfb3354c67b7b0f8701255bb74dd1f2 /layouts/partials/docs | |
parent | c672d64f126178f0facb91204761b1b913743d71 (diff) |
Add manifest
Diffstat (limited to 'layouts/partials/docs')
-rw-r--r-- | layouts/partials/docs/footer.html | 2 | ||||
-rw-r--r-- | layouts/partials/docs/html-head.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index abb1978..e171077 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -1,4 +1,4 @@ -<div class="flex justify-between"> +<div class="flex flex-wrap justify-between"> {{ if .Site.IsMultiLingual }} {{ partial "docs/languages" . }} {{ end }} diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 4b0c62f..905904f 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -1,10 +1,14 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="{{ default .Summary .Description }}"> +<meta name="theme-color" content="#FFFFFF"> {{- template "_internal/opengraph.html" . -}} <title>{{ partial "docs/title" . }} | {{ .Site.Title -}}</title> + +{{- $manifest := resources.Get "manifest.json" | resources.ExecuteAsTemplate "manifest.json" . }} +<link rel="manifest" href="{{ $manifest.RelPermalink }}"> <link rel="icon" href="{{ "favicon.png" | relURL }}" type="image/x-icon"> {{- range .Translations }} |