Skip to content

Commit

Permalink
v5.6.1 - css bugfix #309
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mistermantas committed Jan 18, 2024
2 parents 2c9558b + dfa0d4f commit 0705cd1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/index.json
Original file line number Diff line number Diff line change
@@ -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 }}",
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Dev toolset
*/

console.log('cState v5.6 - https://github.com/cstate/cstate');
console.log('cState v5.6.1 - https://github.com/cstate/cstate');
document.getElementsByTagName('html')[0].className = 'js';

/**
Expand Down
3 changes: 2 additions & 1 deletion layouts/partials/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<meta name="generator" content="cState v5.6 - https://github.com/cstate/cstate">
<meta name="generator" content="cState v5.6.1 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 0705cd1

Please sign in to comment.