diff options
Diffstat (limited to 'layouts/shortcodes/link.html')
| -rw-r--r-- | layouts/shortcodes/link.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/shortcodes/link.html b/layouts/shortcodes/link.html index 3778d83..ff84a6c 100644 --- a/layouts/shortcodes/link.html +++ b/layouts/shortcodes/link.html @@ -1,3 +1,4 @@ +<!-- editorconfig-checker-disable --> <a href="{{ .Get "src" | absURL }}" {{- with .Get "hreflang" }} hreflang="{{ . }}"{{ end }} {{- with .Get "title" }} title="{{ . }}"{{ end }} @@ -6,3 +7,4 @@ {{- with .Get "rel" }} rel="{{ . }}"{{ end }}> {{- .Inner -}} </a> +<!-- editorconfig-checker-enable --> |
