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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/itemized/header.html')
-rw-r--r--layouts/itemized/header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/itemized/header.html b/layouts/itemized/header.html
index 9193947..ec6307b 100644
--- a/layouts/itemized/header.html
+++ b/layouts/itemized/header.html
@@ -15,8 +15,7 @@
<span class="author">{{ .Params.author }}</span>
<span class="author">{{ .Params.format }}</span>
{{ if isset .Params "link" }}
- <a href="{{ .Params.link }}">Link</a>
+ <a href="{{ .Params.link }}" target="_blank">{{ .Params.linktitle }}</a>
{{ end }}
- <!--<a href="#" class="author"><span class="name">Jane Doe</span><img src="images/avatar.jpg" alt="" /></a>-->
</div>
</header>