diff options
author | Shubham Saini <me@ubh.sh> | 2023-02-09 00:19:28 +0000 |
---|---|---|
committer | Shubham Saini <me@ubh.sh> | 2023-02-09 00:19:28 +0000 |
commit | d7da16ecfa5cadb643df78694db44963ba665cbe (patch) | |
tree | 00c5234f542f7064e91827064767bcf59f094a2c /layouts/partials/footer.html |
init
Diffstat (limited to 'layouts/partials/footer.html')
-rwxr-xr-x | layouts/partials/footer.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100755 index 0000000..9f04da6 --- /dev/null +++ b/layouts/partials/footer.html | |||
@@ -0,0 +1,11 @@ | |||
1 | <hr> | ||
2 | <footer> | ||
3 | <div class="main"> | ||
4 | {{- if isset .Site.Params "copyright" -}} | ||
5 | {{ .Site.Params.Copyright | markdownify }} | ||
6 | {{- end -}} | ||
7 | </div> | ||
8 | <nav> | ||
9 | <a class="footings" rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img class="footings" alt="Creative Commons License" src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png" /></a> | ||
10 | </nav> | ||
11 | </footer> | ||