diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-21 18:47:04 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-21 18:47:04 +0200 |
| commit | 1d13524bf623469daeb5c4f26bbb8269213ad710 (patch) | |
| tree | 963495fd9e023d68a91cfed2ff7170fb0b52fca0 /themes | |
| parent | 1f824e6ae5ac39d0cefe0244ea9223c1783494f3 (diff) | |
| download | pragblog-1d13524bf623469daeb5c4f26bbb8269213ad710.tar.gz pragblog-1d13524bf623469daeb5c4f26bbb8269213ad710.zip | |
add shortcodes: map, rating
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/flog/layouts/partials/header.html | 1 |
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> |
