From f0c4aa5295a4d42f1fc96e01e176f6e10ea6ccb3 Mon Sep 17 00:00:00 2001 From: Joshua T Date: Fri, 5 Jan 2024 20:26:35 +0530 Subject: Use overflow-wrap on headings --- layouts/partials/meta.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index eec0772..2aabac8 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -68,6 +68,7 @@ color: #000; font-family: "Inter", "Inter UI", "Segoe UI", BlinkMacSystemFont, -apple-system, "San Francisco Display", "Roboto", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; letter-spacing: -0.4px; + overflow-wrap: break-word; } h3 { -- cgit v1.2.3-70-g09d2 From 7a986836228d5a6e51c54fba497a5f98208b651c Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Thu, 18 Jan 2024 11:57:29 +0200 Subject: 5.6.1 --- layouts/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.json b/layouts/index.json index 0067dc3..0a9c89e 100644 --- a/layouts/index.json +++ b/layouts/index.json @@ -1,6 +1,6 @@ {{ $incidents := where .Site.RegularPages "Params.section" "issue" }}{{ $active := where $incidents "Params.resolved" "=" false }}{{ $isNotice := where $active "Params.severity" "=" "notice" }}{{ $isDisrupted := where $active "Params.severity" "=" "disrupted" }}{{ $isDown := where $active "Params.severity" "=" "down" }}{ "is": "index", - "cStateVersion": "5.6", + "cStateVersion": "5.6.1", "apiVersion": "2.0", "title": "{{ .Site.Title }}", "languageCodeHTML": "{{ .Site.LanguageCode }}", -- cgit v1.2.3-70-g09d2 From 849be38342e144802cceb854ad1f8d6821498535 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Thu, 18 Jan 2024 11:57:56 +0200 Subject: 5.6.1 --- layouts/partials/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 2aabac8..a866a19 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -12,7 +12,7 @@ {{ range .AlternativeOutputFormats -}} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end -}} - +