Footer html with basic styling
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<footer class="footer">
|
||||
<span>© {{ now.Year }} {{ .Site.Params.Footer}}</span>
|
||||
<br>
|
||||
<span>
|
||||
Made with ❤️ using <a href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
|
||||
</span>
|
||||
</footer>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
|
||||
<div class="nav-title">
|
||||
<a class="nav-brand" href="https://example.com">Title title</a>
|
||||
<a class="nav-brand" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
</div>
|
||||
|
||||
<div class="nav-links">
|
||||
|
||||
Reference in New Issue
Block a user