From 3af8a69fdcb3b6527d7ad882a031c82d19e5c515 Mon Sep 17 00:00:00 2001 From: StartIT Date: Wed, 3 Dec 2025 15:07:22 +0100 Subject: [PATCH] changelog added --- content/dutch/changelog/_index.md | 76 ++----------------------------- hugo_stats.json | 21 --------- layouts/partials/accordion.html | 25 ++++++++++ layouts/shortcodes/accordion.html | 28 ++++++++++++ 4 files changed, 57 insertions(+), 93 deletions(-) create mode 100644 layouts/partials/accordion.html create mode 100644 layouts/shortcodes/accordion.html diff --git a/content/dutch/changelog/_index.md b/content/dutch/changelog/_index.md index c5f8a83..5414d2e 100644 --- a/content/dutch/changelog/_index.md +++ b/content/dutch/changelog/_index.md @@ -1,8 +1,7 @@ --- -title: Changelog -description: Hier staan alle belangrijke veranderingen in het StartIT - serverpark. Voor actuele storing zie [todo]. -page_header_image: /images/banner.svg +title: "Changelog" +description: "" +page_header_image: "" draft: false changelog_items: - open: false @@ -28,73 +27,6 @@ changelog_items: item_title: convert.start-it.nl content: Onze exclusieve conversie server is online gezet. In de maand december nog gratis te gebruiken. +changelog_items: [] --- -### February Updates - -**Feb 6, 2019** - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt dolore magna aliquyam erat, sed diam voluptua. At vero eos et ustoLorem ipsum dolor sit amet, consetetur." - -{{< changelog type="changed" title="Changed" open="true" >}} -* Better support for using additional filters -* Reporting fine-tuning for speed improvements -* Replaced login / registration pre-app screens with a cleaner design -{{< /changelog >}} - -{{< changelog type="removed" title="Removed" >}} -* Removed an issue with the sync autolinker only interlinking selectively. -* Removed an issue with prematurely logging out users -{{< /changelog >}} - -{{< changelog type="security" label="Security" title="Security risk fixed" >}} -1. Removed an issue met link-autolinker -2. Removed een bug met vroegtijdig uitloggen -{{< /changelog >}} - - -
- - -### March Updates - -**Mar 6, 2019** - -Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor
invidunt dolore magna aliquyam erat, sed diam voluptua. At vero eos et ustoLorem ipsum dolor sit amet, consetetur." - -{{< changelog "added" >}} -* Some scheduled changelogs, tweets, and slack messages queued up this weekend and were not published on time. We fixed the issue and all delayed publications should be out. -* We now prioritize keywords over title and body so customers can more effectively influence search results -* Support form in the Assistant is now protected with reCaptcha to reduce spam reinitializeOnUrlChange added to the JavaScript API to improve support for pages with turbolinks -{{}} - - -{{< changelog "fixed" >}} -* Fixed an issue with the sync autolinker only interlinking selectively. -* Fixed up an issue with prematurely logging out users -{{}} - -
- -### Changelog label - -{{< changelog "Added" >}} -{{}} - -{{< changelog "Changed" >}} -{{}} - -{{< changelog "Depricated" >}} -{{}} - -{{< changelog "Removed" >}} -{{}} - -{{< changelog "Fixed" >}} -{{}} - -{{< changelog "Security" >}} -{{}} - -{{< changelog "Unreleased" >}} -{{}} diff --git a/hugo_stats.json b/hugo_stats.json index 7c2a646..df2285f 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -4,7 +4,6 @@ "a", "article", "b", - "base", "blockquote", "body", "br", @@ -64,7 +63,6 @@ "accordion-icon", "accordion-title", "active", - "added", "align-items-center", "align-items-start", "align-self-center", @@ -96,7 +94,6 @@ "card-img-top", "card-text", "card-title", - "changed", "col-12", "col-lg-10", "col-lg-12", @@ -128,7 +125,6 @@ "d-inline-block", "d-inline-flex", "d-none", - "depricated", "dropdown", "dropdown-item", "dropdown-menu", @@ -164,7 +160,6 @@ "fade", "far", "fas", - "fixed", "fixed-top", "flex-column", "flex-fill", @@ -199,7 +194,6 @@ "img-fluid", "img-product", "info", - "is-open", "item-select", "justify-content-between", "justify-content-center", @@ -308,7 +302,6 @@ "py-5", "qty-block", "qty-item", - "removed", "rounded", "rounded-0", "rounded-1", @@ -356,7 +349,6 @@ "text-success", "text-white", "transition", - "unreleased", "w-100", "warning", "watermark", @@ -368,33 +360,25 @@ "ai-lost-alles-op", "ai-zonder-fratsen", "bouwen-alleen-systemen-schuld-op", - "changelog-label", "cloud-hosting-server", "company", "cookie-box", "cookie-button", - "de-handelingen", "de-impact", "de-overheid-afhankelijkheid", - "de-situatie", - "de-uitkomsten", "de-vele-nuttige-toepassingen", "een-storing-wat-nu", "een-techno-piramidespel", "estimatedTotal", - "february-updates", "fn:1", "fn:2", - "fn:3", "fnref:1", "fnref:2", - "fnref:3", "garanties--service", "gebruik-opensource-software", "heb-ik-een-microsoft-apple-of-google-account-nodig", "heeft-of-behoudt-startit-rechten-over-de-software", "hoe-los-je-technische-schuld-af", - "hoe-werkt-het-allemaal", "is-open-source-software-veilig", "item-0", "item-1", @@ -403,12 +387,10 @@ "jobs-description", "kaf-en-koren-scheiden", "kan-garantie-vervallen", - "kan-je-dit-zelf-regelen-of-is-een-externe-partij-noodzakelijk", "langDropdown", "leadcapture-error", "leadcapture-form", "leadcapture-status", - "march-updates", "navigation", "onzekerheid-over-toekomst", "opt-0-0", @@ -478,10 +460,7 @@ "total-service", "traagheid", "videoModal", - "voorbeeld-van-een-schoenverkoper", - "waarom-is-het-belangrijk", "wat-is-het-gevaar", - "wat-is-seosea-eigenlijk", "wat-is-technische-schuld", "wat-maakt-ai-een-bubbel", "wat-valt-er-onder-garantie", diff --git a/layouts/partials/accordion.html b/layouts/partials/accordion.html new file mode 100644 index 0000000..5dbd1b6 --- /dev/null +++ b/layouts/partials/accordion.html @@ -0,0 +1,25 @@ +{{ $title:= .Title }} +{{ $content:= .Content }} +{{ $class:= .Class }} +{{ $headerClass:= .HeaderClass }} +{{ $bodyClass:= .BodyClass }} + + +
+ +
+

{{ $content | markdownify }}

+
+
\ No newline at end of file diff --git a/layouts/shortcodes/accordion.html b/layouts/shortcodes/accordion.html new file mode 100644 index 0000000..34a0934 --- /dev/null +++ b/layouts/shortcodes/accordion.html @@ -0,0 +1,28 @@ +{{ $title:= .Get 0 }} +{{ $class:= .Get "class" }} +{{ $headerClass:= .Get "header-class" }} +{{ $bodyClass:= .Get "body-class" }} + +{{ range $i, $e:= .Params }} + {{ if eq $i "title" }}{{ $title = $e }}{{ end }} +{{ end }} + + +
+ +
+

{{ .Inner | markdownify }}

+
+
\ No newline at end of file