Add twitter card support

Probably, its difficult to test
This commit is contained in:
2021-01-01 21:09:29 +00:00
parent 135d8559ef
commit e84f09a855
2 changed files with 5 additions and 1 deletions

View File

@@ -6,4 +6,5 @@
<meta name="description" content="{{if .IsHome}}{{ $.Site.Title }}{{else}}{{.Description}}{{end}}" />
<link rel="stylesheet" type="text/css" href="/css/screen.css">
<script defer src="/js/all.min.js"></script>
{{ template "_internal/twitter_cards.html" . }}
</head>