Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e905eb6..66b6b21 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,15 +1,15 @@
-<footer class="{{ if .IsHome }} mt-2 mb-2 {{ else }} mt-2 mb-4 text-center {{ end }}">
- <span class="markdownify">{{ .Site.Params.copyright | markdownify }}</span>
- <span {{ if not .Site.Params.theme.showAttribute }}style="font-size:0px;"{{ end }}>
- &middot;
- <i>
- <a href="https://github.com/darshanbaral/aafu">
- aafu
- </a>
- </i>
- by
- <a href="https://www.darshanbaral.com/">
- darshan
- </a>
- </span>
-</footer>
+<footer class="{{ if .IsHome }} mt-2 mb-2 {{ else }} mt-2 mb-4 text-center {{ end }}">
+ <span class="markdownify">{{ .Site.Params.copyright | markdownify }}</span>
+ <span {{ if not .Site.Params.theme.showAttribute }}style="font-size:0px;"{{ end }}>
+ &middot;
+ <i>
+ <a href="https://github.com/darshanbaral/aafu">
+ aafu
+ </a>
+ </i>
+ by
+ <a href="https://www.darshanbaral.com/">
+ darshan
+ </a>
+ </span>
+</footer>