diff --git a/themes/maik-blog/layouts/_default/list.html b/themes/maik-blog/layouts/_default/list.html index 6600518..6f80895 100644 --- a/themes/maik-blog/layouts/_default/list.html +++ b/themes/maik-blog/layouts/_default/list.html @@ -62,7 +62,7 @@ {{- end }} {{- if not .Params.hideReadMore }} -
{{ $.Site.Params.ReadMore | default "Read more" }} +
{{ $.Site.Params.ReadMore | default "Read more" }} →
{{- end }}
diff --git a/themes/maik-blog/layouts/partials/favicons.html b/themes/maik-blog/layouts/partials/favicons.html index 3c523f8..6906017 100644 --- a/themes/maik-blog/layouts/partials/favicons.html +++ b/themes/maik-blog/layouts/partials/favicons.html @@ -1,10 +1,10 @@ {{- with .Site.Params.favicon.color }} - - - - - - + + + + + + {{ end }} \ No newline at end of file diff --git a/themes/maik-blog/layouts/partials/head.html b/themes/maik-blog/layouts/partials/head.html index 9a04770..d62d27f 100644 --- a/themes/maik-blog/layouts/partials/head.html +++ b/themes/maik-blog/layouts/partials/head.html @@ -11,7 +11,7 @@ {{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }} {{- $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }} - + {{- range $val := $.Site.Params.customCSS }} {{- if gt (len $val) 0 }} diff --git a/themes/maik-blog/layouts/partials/javascript.html b/themes/maik-blog/layouts/partials/javascript.html index 4ce472e..f962714 100644 --- a/themes/maik-blog/layouts/partials/javascript.html +++ b/themes/maik-blog/layouts/partials/javascript.html @@ -3,7 +3,7 @@ {{- $theme := resources.Get "js/theme.js" }} {{- $nav := resources.Get "js/nav.js" }} {{- $secureJS := slice $main $menu $theme $nav | resources.Concat "bundle.js" | resources.Minify | resources.Fingerprint "sha512" }} - + {{- if .Site.GoogleAnalytics }} diff --git a/themes/maik-blog/layouts/portfolio/list.html b/themes/maik-blog/layouts/portfolio/list.html index 3ff1e8a..491c59b 100644 --- a/themes/maik-blog/layouts/portfolio/list.html +++ b/themes/maik-blog/layouts/portfolio/list.html @@ -69,7 +69,7 @@ {{- end}} {{- if not .Params.hideReadMore }}
{{ $.Site.Params.ReadMore | default "Read more" }} + href="{{.Permalink}}">{{ $.Site.Params.ReadMore | default "Read more" }} →
{{- end }} diff --git a/themes/maik-blog/layouts/writeups/list.html b/themes/maik-blog/layouts/writeups/list.html index 3b7ef29..30f112f 100644 --- a/themes/maik-blog/layouts/writeups/list.html +++ b/themes/maik-blog/layouts/writeups/list.html @@ -64,7 +64,7 @@ {{- if not .Params.hideReadMore }}
{{ $.Site.Params.ReadMore | default "Read more" }} + href="{{.Permalink}}">{{ $.Site.Params.ReadMore | default "Read more" }} →
{{- end }}