diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/researcher/layouts/partials/footer.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/researcher/layouts/partials/footer.html b/themes/researcher/layouts/partials/footer.html index b027256..3a55194 100644 --- a/themes/researcher/layouts/partials/footer.html +++ b/themes/researcher/layouts/partials/footer.html @@ -7,9 +7,13 @@ {{ end }} </div> {{ end }} - {{ with .Site.Params.footer }} <div class="container text-center"> + {{ with .Site.Params.footer1 }} + <a href="{{ .url | absURL }}" title="{{ .text }}"><small>{{ .text }}</small></a> + {{ end }} - +{{ with .Site.Params.footer2 }} <a href="{{ .url | absURL }}" title="{{ .text }}"><small>{{ .text }}</small></a> - </div> {{ end }} + </div> + </div> |