mirror of https://github.com/kc0bfv/ticky_tacky_dark.git

Karl
13.54.2020 f3f7dddbc3c39340c05955c79d29d24250fbcdfb
Fix relurl issue now
1 files modified
4 ■■■■ changed files
layouts/partials/head.html 4 ●●●● patch | view | raw | blame | history
layouts/partials/head.html
@@ -42,13 +42,13 @@
    <style>
        {{ with .Site.Params.headerimages }}
            #headerimg {
                background-image: url({{ index . 0 | safeURL }});
                background-image: url({{ index . 0 | safeURL | relURL }});
                background-size: cover;
            }
        {{ end }}
        {{ with .Params.sideimages }}
            #sideimage {
                background-image: url({{ index . 0 | safeURL }});
                background-image: url({{ index . 0 | safeURL | relURL }});
                background-size: cover;
            }
        {{ end }}