From ed5732629e142492b78888f6007de2fda618991c Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Thu, 27 Feb 2020 10:33:27 -0800 Subject: Allow server display name to be overridden. --- layouts/partials/index/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index 135349a..da66ee1 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -60,7 +60,7 @@
- {{ .name }} + {{ default .displayName .name }} {{ with .description }} @@ -98,4 +98,4 @@
{{ end }} - \ No newline at end of file + -- cgit v1.2.3-70-g09d2 From 0619be313c7266fe3433ccb34e0ccb38e7fa106c Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Fri, 28 Feb 2020 20:54:32 +0200 Subject: change ver --- layouts/partials/js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/js.html b/layouts/partials/js.html index 19e4a05..85f65f5 100644 --- a/layouts/partials/js.html +++ b/layouts/partials/js.html @@ -3,7 +3,7 @@ * Dev toolset */ - console.log('cState v4.0.1 - https://github.com/cstate/cstate'); + console.log('cState v4.1.0 - https://github.com/cstate/cstate'); document.getElementsByTagName('html')[0].className = 'js'; /** -- cgit v1.2.3-70-g09d2 From daa9ec64690ada53c9529665d1532050f3e1ac6a Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Fri, 28 Feb 2020 20:55:10 +0200 Subject: change ver --- layouts/partials/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 6311441..9abb784 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 -}} - +