0
0
Çatalla 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.
Bu işleme şunda yer alıyor:
Gibheer 2016-05-05 21:37:24 +02:00
ebeveyn 61bb6c0f29
işleme a7f6509d11
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme

Dosyayı Görüntüle

@ -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 }}