staticref shortcode: Fix formatting by removing whitespace (Fix #295)

This commit is contained in:
George Cushen 2017-10-08 12:56:28 +01:00
commit f752b362f0
2 changed files with 4 additions and 3 deletions

View file

@ -15,3 +15,6 @@ max_line_length = 100
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
[layouts/shortcodes/*.html]
insert_final_newline = false

View file

@ -1,3 +1 @@
<a href="{{ .Get 0 | absURL }}"{{ if len .Params | eq 2 }} target="_blank"{{ end }}> <a href="{{ .Get 0 | absURL }}"{{ if len .Params | eq 2 }} target="_blank"{{ end }}>{{ .Inner }}</a>
{{ .Inner }}
</a>