1
Fork 0

Add html title

This commit is contained in:
Jake Howard 2017-10-25 22:09:25 +01:00
parent a0f4a692b5
commit 0469144447
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -9,6 +9,8 @@
<meta name="application-name" content="{{ .Site.Title }}" />
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png" />
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
<title>{{ .Title }} :: {{ .Site.Title }}</title>
</head>
<body>