Fix layouts
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<footer id="footer">
|
||||
<div class="outer">
|
||||
<div id="footer-info" class="inner">
|
||||
© {{ now.Format "2006"}} {{ or .Site.Author .Site.Title }}
|
||||
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
|
||||
© {{ now.Format "2006"}} {{ or .Site.Author.name .Site.Title }}
|
||||
<br />
|
||||
Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos" target="_blank">Minos</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
@@ -27,4 +28,4 @@
|
||||
}
|
||||
});
|
||||
</script>
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user