Remove unnecessary code

This commit is contained in:
2020-12-02 21:04:49 +01:00
parent cfe8abce46
commit 41598e35d8
3 changed files with 0 additions and 11 deletions
@@ -15,10 +15,4 @@
</span>
</div>
</div>
<!-- <div class="footer__inner">
<div class="footer__content">
<span>Powered by <a href="http://gohugo.io">Hugo</a></span>
<span>Made with &#10084; by <a href="https://maik.dev/">Maik de Kruif</a></span>
</div>
</div> -->
</footer>
@@ -27,10 +27,6 @@
</title>
{{ end }}
<!-- CSS -->
<!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css" rel="stylesheet"
type="text/css"> -->
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">
@@ -12,7 +12,6 @@
</svg>
</span>
{{ end }}
<span class="theme-toggle unselectable">{{ partial "theme-icon.html" . }}</span>
</span>
</span>