Create first content fixes

This commit is contained in:
2023-01-21 08:36:37 +01:00
parent d2e874d330
commit 31b6cd2bba
15 changed files with 140 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
<a target="_blank" class="download" href="{{ .Get "url" }}">
{{ .Inner }}
</a>

View File

@@ -0,0 +1,5 @@
{{ $src := .Get "src" }}
<img class="image float-right"
{{ with .Get "alt" }}alt="{{ . }}"{{ end }}
src="{{ ($.Page.Resources.GetMatch $src)}}"
>