Initial commit
This commit is contained in:
commit
ff41d5ea95
28 changed files with 908 additions and 0 deletions
14
layouts/partials/footer.html
Normal file
14
layouts/partials/footer.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<footer class="pt-3 pb-5 bg-dark text-light">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md">
|
||||
© 2019-2020 <span style="font-family: 'Fortheenas01';font-weight:bold;">happy<span style="font-family: 'Fortheenas01 Bold';margin-left:.1em;">DNS</span></span>
|
||||
</div>
|
||||
<div class="col-md">
|
||||
<a href="/{{ .Site.Language.Lang }}/legal-notice/" class="text-secondary">
|
||||
{{ i18n "legal-notice" }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue