From 186342b28fab52b91bc7b033bccdc65ca4250955 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 20 Nov 2019 16:00:27 +0100 Subject: Fix title on startpage --- assets/iosevka-aile-regular.woff | Bin 13080 -> 13096 bytes assets/iosevka-aile-regular.woff2 | Bin 10648 -> 10732 bytes assets/iosevka-term-ss03-regular.woff | Bin 13388 -> 13408 bytes assets/iosevka-term-ss03-regular.woff2 | Bin 11040 -> 11044 bytes fonts/glyphs.txt | 2 +- template.go | 2 +- 6 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/iosevka-aile-regular.woff b/assets/iosevka-aile-regular.woff index 816ecb9..f85da08 100644 Binary files a/assets/iosevka-aile-regular.woff and b/assets/iosevka-aile-regular.woff differ diff --git a/assets/iosevka-aile-regular.woff2 b/assets/iosevka-aile-regular.woff2 index 69a5180..4701f9d 100644 Binary files a/assets/iosevka-aile-regular.woff2 and b/assets/iosevka-aile-regular.woff2 differ diff --git a/assets/iosevka-term-ss03-regular.woff b/assets/iosevka-term-ss03-regular.woff index e55d161..87edd58 100644 Binary files a/assets/iosevka-term-ss03-regular.woff and b/assets/iosevka-term-ss03-regular.woff differ diff --git a/assets/iosevka-term-ss03-regular.woff2 b/assets/iosevka-term-ss03-regular.woff2 index fd4b5b1..0032d59 100644 Binary files a/assets/iosevka-term-ss03-regular.woff2 and b/assets/iosevka-term-ss03-regular.woff2 differ diff --git a/fonts/glyphs.txt b/fonts/glyphs.txt index a6f60d6..f916d99 100644 --- a/fonts/glyphs.txt +++ b/fonts/glyphs.txt @@ -1 +1 @@ - !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`´abcdefghijklmnopqrstuvwxyz{|}~äöüÄÖÜßẞ↓↙←↖↑↗→↘€»«„“”·…°’‾█▓▒░ + !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`´abcdefghijklmnopqrstuvwxyz{|}~äöüÄÖÜßẞ↓↙←↖↑↗→↘€»«„“”·…°’‾█▓▒░‐ diff --git a/template.go b/template.go index 70453b0..6b90cc0 100644 --- a/template.go +++ b/template.go @@ -5,7 +5,7 @@ var tpltext = ` - {{ .Title }} - {{ .Protocol | title }} proxy + {{ .Title }}{{ if ne .Protocol "startpage" }} - {{ .Protocol | title }} proxy{{ end }}