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

github.com/austingebauer/devise.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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 39b1e6e..a279f15 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,6 @@
<footer class="text-center pb-1">
<small class="text-muted">
- {{ .Site.Params.footer_text | safeHTML }}
+ {{ .Site.Params.footer_text | safeHTML }}<br>
+ Powered by <a href="https://github.com/austingebauer/devise" target="_blank">Devise</a>
</small>
</footer>