diff --git a/README.md b/README.md new file mode 100644 index 0000000..23bfe63 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Mantelzorgwoning.info – Repository + +Dit is de officiële repository voor **mantelzorgwoning.info**, een website die zich richt op het verzamelen, structureren en publiceren van publieke informatie rondom mantelzorgwoningen, lokale regelgeving en ruimtelijke voorwaarden in Nederland. + +## Inhoud van deze repository + +- **Content** + Alle tekstuele en informatieve content in deze repository valt onder de **Creative Commons CC-BY-SA** licentie. + Dit betekent dat hergebruik is toegestaan, mits er naamsvermelding plaatsvindt en afgeleide werken onder dezelfde licentie worden gedeeld. + +- **Code** + Alle broncode in deze repository valt onder de **GNU GPLv3** licentie. + Herdistributie en aanpassingen zijn toegestaan, zolang afgeleide software eveneens wordt vrijgegeven onder GPLv3. + +## Doel van het project + +Het doel van mantelzorgwoning.info is om een transparante, betrouwbare en actuele bron te bieden voor inwoners, adviseurs en gemeenten die willen weten wat de lokale (of landelijke) regels zijn omtrent het plaatsen van een mantelzorgwoning of premantelzorgwoning op eigen terrein. \ No newline at end of file diff --git a/hugo_stats.json b/hugo_stats.json index 528b16e..494325f 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -2,7 +2,6 @@ "htmlElements": { "tags": [ "a", - "base", "blockquote", "body", "br", @@ -92,6 +91,7 @@ "d-block", "d-flex", "d-lg-block", + "d-lg-flex", "d-lg-none", "d-md-block", "d-none", @@ -171,6 +171,7 @@ "modal-header", "ms-0", "ms-2", + "ms-lg-4", "ms-sm-2", "mt-2", "mt-sm-0", @@ -244,6 +245,7 @@ "stretched-link", "text-center", "text-dark", + "text-end", "text-lg-end", "text-lg-start", "text-light", diff --git a/themes/godocs-1/assets/scss/templates/search-modal.scss b/themes/godocs-1/assets/scss/templates/search-modal.scss index 3d65443..7f3477f 100644 --- a/themes/godocs-1/assets/scss/templates/search-modal.scss +++ b/themes/godocs-1/assets/scss/templates/search-modal.scss @@ -1,7 +1,7 @@ // search-modal .search-modal-dialog { margin-top: 150px; - max-width: 600px; + max-width: 700px; @include desktop { margin-top: 80px; } @@ -17,7 +17,7 @@ padding-bottom: 12px; } .modal-body { - max-height: calc(100vh - 350px); + max-height: calc(100vh - 300px); padding: 1rem; overflow-y: auto; background-color: #f5f6f7; diff --git a/themes/godocs-1/layouts/index.html b/themes/godocs-1/layouts/index.html index d8aaa27..349ce64 100644 --- a/themes/godocs-1/layouts/index.html +++ b/themes/godocs-1/layouts/index.html @@ -3,7 +3,7 @@
-
+
{{ with .Params.banner }}

{{ .title | markdownify }}

{{ .subtitle | markdownify }}

diff --git a/themes/godocs-1/layouts/partials/header.html b/themes/godocs-1/layouts/partials/header.html index 54c261a..90bd54c 100644 --- a/themes/godocs-1/layouts/partials/header.html +++ b/themes/godocs-1/layouts/partials/header.html @@ -64,14 +64,14 @@ -
{{ range site.Params.nav_button }} {{ i18n .label }} {{ end }}
- /for mobile --> +
{{if not .IsHome }} @@ -82,14 +82,14 @@ {{ end }} -
{{ range site.Params.nav_button }} {{ i18n .label }} {{ end }}
- /for desktop --> +