Initial commit: Add telonma homepage
This commit is contained in:
4
themes/hugo-arcana/layouts/partials/head/custom.html
Normal file
4
themes/hugo-arcana/layouts/partials/head/custom.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{/* This file intentionally left blank.
|
||||
* Put your custom head template for analytics, etc. into your site's
|
||||
* (not the theme's) layouts/partials/head/custom.html
|
||||
*/}}
|
||||
9
themes/hugo-arcana/layouts/partials/head/head.html
Normal file
9
themes/hugo-arcana/layouts/partials/head/head.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" .Site.Params.enableSourceMaps) }}
|
||||
{{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "main.scss" . | css.Sass $options }}
|
||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}" />
|
||||
{{- partial "analytics/google-tag-manager/head.html" . -}}
|
||||
{{- partial "head/custom.html" . -}}
|
||||
{{- template "_internal/twitter_cards.html" . -}}
|
||||
Reference in New Issue
Block a user