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/index/components.html') 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 4c130e97302744acd00a1dce0dac6a221b59fffc Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> Date: Sat, 29 Feb 2020 16:50:41 +0200 Subject: #96 safe unicode --- layouts/partials/index/components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/index/components.html') diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index da66ee1..cfb1391 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -25,8 +25,8 @@ {{ if not .untitled }}
- - + + -- cgit v1.2.3-70-g09d2