diff --git a/config.toml b/config.toml index 1a933a7..3bb48e4 100644 --- a/config.toml +++ b/config.toml @@ -99,12 +99,6 @@ googleAnalytics = "UA-136337666-1" [params.logo] logoText = "$ cd /home/" logoHomeLink = "/" - # Set true to remove the logo cursor entirely. - # logoCursorDisabled = false - # Set to a valid CSS color to change the cursor in the logo. - # logoCursorColor = "#67a2c9" - # Set to a valid CSS time value to change the animation duration, "0s" to disable. - # logoCursorAnimate = "2s" # Uncomment this if you want a portrait on your start page [params.portrait] diff --git a/themes/maik-blog/assets/scss/_header.scss b/themes/maik-blog/assets/scss/_header.scss index 885bd6f..3e7035f 100644 --- a/themes/maik-blog/assets/scss/_header.scss +++ b/themes/maik-blog/assets/scss/_header.scss @@ -27,6 +27,10 @@ margin: 0 auto; width: 760px; max-width: 100%; + + a { + text-decoration: none; + } } } @@ -47,4 +51,4 @@ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -} \ No newline at end of file +} diff --git a/themes/maik-blog/layouts/index.html b/themes/maik-blog/layouts/index.html index 448c391..905f5c6 100644 --- a/themes/maik-blog/layouts/index.html +++ b/themes/maik-blog/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+
{{- if .Site.Params.Portrait.Path }} {{- partial "image.html" (dict "path" .Site.Params.Portrait.Path "alt" .Site.Params.Portrait.Alt "class" "circle" "style" (printf "max-width:%s" .Site.Params.Portrait.Size ))}} diff --git a/themes/maik-blog/layouts/partials/logo.html b/themes/maik-blog/layouts/partials/logo.html index daa182b..68b2460 100644 --- a/themes/maik-blog/layouts/partials/logo.html +++ b/themes/maik-blog/layouts/partials/logo.html @@ -1,5 +1,5 @@ - + \ No newline at end of file