aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials/head.html
blob: 3ec127a27767042abfce595c402ad67120917090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<meta charset="UTF-8">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="alternate" type="application/rss+xml" href="/index.xml">

<link rel="icon" type="image/gif" href="/general/favicon.gif" />

<title>{{.Title}}</title>
<meta name="description" content="{{ .Site.Params.description }}" />

<script src="https://cdn.tailwindcss.com"></script>

{{ partial "tailwind.html" . }}