aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b027256..9cc8e31 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,7 +9,7 @@
{{ end }}
{{ with .Site.Params.footer }}
<div class="container text-center">
- <a href="{{ .url | absURL }}" title="{{ .text }}"><small>{{ .text }}</small></a>
+ <a href="{{ .url | absURL }}" title="{{ .text }}" {{ if .blank }}target="_blank"{{ end }}><small>{{ .text }}</small></a>
</div>
{{ end }}
</div>