0
0
Fork 0

set content-type

This commit is contained in:
Gibheer 2015-11-17 21:15:22 +01:00
parent 14ae048e15
commit f39045c690
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html>
<head>
<title>{{ if eq .URL "/" }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
{{ if .RSSlink }}
<link href="{{ .RSSlink }}" rel="alternate" title="RSS 2.0" type="application/rss+xml" />
{{ end }}