forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
a8d6cb2105
commit
d341769117
|
@ -76,10 +76,14 @@
|
|||
<div class="foundations_item">
|
||||
{{ if $url }}<a href="{{ $url | safeHTML }}">{{ end }}<img src="{{- $res_im.Permalink -}}" class="borderrad4px article_footer_item1" /> {{ if $url }}</a>{{ end }}
|
||||
</div>
|
||||
{{ else if eq hugo.Environment "development" }}
|
||||
<div class="foundations_item">
|
||||
assets/images/foundations/{{- $l -}} .* missing
|
||||
</div>
|
||||
{{ else }}
|
||||
{{ if eq hugo.Environment "development" }}
|
||||
<div class="foundations_item">
|
||||
assets/images/foundations/{{- $l -}} .* missing
|
||||
</div>
|
||||
{{ else }}
|
||||
picture missing.
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user