summaryrefslogtreecommitdiff
path: root/themes/flog/layouts/partials/header.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-08-21 18:47:04 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-21 18:47:04 +0200
commit1d13524bf623469daeb5c4f26bbb8269213ad710 (patch)
tree963495fd9e023d68a91cfed2ff7170fb0b52fca0 /themes/flog/layouts/partials/header.html
parent1f824e6ae5ac39d0cefe0244ea9223c1783494f3 (diff)
downloadpragblog-1d13524bf623469daeb5c4f26bbb8269213ad710.tar.gz
pragblog-1d13524bf623469daeb5c4f26bbb8269213ad710.zip
add shortcodes: map, rating
Diffstat (limited to 'themes/flog/layouts/partials/header.html')
-rw-r--r--themes/flog/layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html
index 5a32775..03331a0 100644
--- a/themes/flog/layouts/partials/header.html
+++ b/themes/flog/layouts/partials/header.html
@@ -5,6 +5,7 @@
{{ .Hugo.Generator }}
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/css/materialize-0.97.7.min.css">
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<title>{{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}</title>
</head>