forked from toolshed/coopcloud.tech
add suport for opengraph and twitter cards
This commit is contained in:
parent
d6d64835a4
commit
a9576d435a
@ -6,6 +6,8 @@
|
||||
{{/* scss compiling */}}
|
||||
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
|
||||
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<link href='{{ $style.RelPermalink }}' rel="stylesheet">
|
||||
<title>{{ $title }}</title>
|
||||
</head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user