0
0
포크 0

add meta tag for theme color on android chromium

Adding this meta tag changes the color of the tab in the android
chromium browser. Just a nice gimmick.
This commit is contained in:
Gibheer 2016-05-05 21:37:24 +02:00
부모 61bb6c0f29
커밋 a7f6509d11
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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