- move custom.scss from template to site ccs directory

- add terms & conditions, and legal pages
- add partners section
This commit is contained in:
2025-01-31 17:22:54 +01:00
parent 6f48f6ff3f
commit fe951aff71
30 changed files with 544 additions and 53 deletions

View File

@@ -0,0 +1,3 @@
<a{{ with .Get "class" }} class="{{ . }}"{{ end }} href="{{ .Get "link" }}"{{ with .Get "target" }} target="{{ . }}"{{ end }}{{ with .Get "rel" }} rel="{{ . }}"{{ end }}>
{{- .Inner -}}
</a>