small fixes

This commit is contained in:
teldra 2022-06-12 14:32:09 +02:00
parent 19f41bfe18
commit a8d6cb2105
2 changed files with 5 additions and 5 deletions

View File

@ -17,6 +17,10 @@ article {
flex-direction: column;
justify-content: center;
margin-top: 1rem;
.foundations {
display: flex;
margin-bottom: 1em;
}
.mod_times, .foundations {
display: flex;
flex-direction: column;
@ -24,8 +28,4 @@ article {
margin-bottom: .4em;
}
}
.foundations {
display: flex;
margin-bottom: 1em;
}
}

View File

@ -76,7 +76,7 @@
<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 }}
{{ else if eq hugo.Environment "development" }}
<div class="foundations_item">
assets/images/foundations/{{- $l -}} .* missing
</div>