add suport for opengraph and twitter cards
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2021-07-15 18:47:30 +05:00
parent d6d64835a4
commit a9576d435a
1 changed files with 2 additions and 0 deletions

View File

@ -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>