fixup links under resources & inspiration section of pages (notes/recipes)
This commit is contained in:
parent
54fb9beb76
commit
57b0678804
|
@ -38,7 +38,7 @@
|
|||
{{ range .Params.inspiration }}
|
||||
<ul class="recipe-source">
|
||||
{{ if .url }}
|
||||
<li><a href="{{ .URL }}">{{ .title }}</a></li>
|
||||
<li><a href="{{ .url | safeURL }}" target="_blank" rel="noopener me">{{ .title }}</a></li>
|
||||
{{ else }}
|
||||
<li>{{ .title }}</li>
|
||||
{{ end }}
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
{{ range .Params.inspiration }}
|
||||
<ul class="center">
|
||||
{{ if .url }}
|
||||
<li><a href="{{ .url | safeURL }}">{{ .title }}</a></li>
|
||||
<li><a href="{{ .url | safeURL }}" target="_blank" rel="noopener me">{{ .title }}</a></li>
|
||||
{{ else }}
|
||||
<li>{{ .title }}</li>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue