Remove unnecessary code

pull/4/head
Maik de Kruif 3 years ago
parent cfe8abce46
commit 41598e35d8
No known key found for this signature in database
GPG Key ID: 46C1200ACD3A432F
  1. 6
      themes/maik-blog/layouts/partials/footer.html
  2. 4
      themes/maik-blog/layouts/partials/head.html
  3. 1
      themes/maik-blog/layouts/partials/header.html

@ -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>

Loading…
Cancel
Save