diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-20 16:00:27 +0100 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-20 16:00:27 +0100 |
commit | 186342b28fab52b91bc7b033bccdc65ca4250955 (patch) | |
tree | 6da98fa28bbcd1507d4754fb2b236210f702c78d | |
parent | Startpage update (diff) | |
download | gopherproxy-186342b28fab52b91bc7b033bccdc65ca4250955.tar.gz gopherproxy-186342b28fab52b91bc7b033bccdc65ca4250955.tar.bz2 gopherproxy-186342b28fab52b91bc7b033bccdc65ca4250955.zip |
Fix title on startpage
-rw-r--r-- | assets/iosevka-aile-regular.woff | bin | 13080 -> 13096 bytes | |||
-rw-r--r-- | assets/iosevka-aile-regular.woff2 | bin | 10648 -> 10732 bytes | |||
-rw-r--r-- | assets/iosevka-term-ss03-regular.woff | bin | 13388 -> 13408 bytes | |||
-rw-r--r-- | assets/iosevka-term-ss03-regular.woff2 | bin | 11040 -> 11044 bytes | |||
-rw-r--r-- | fonts/glyphs.txt | 2 | ||||
-rw-r--r-- | 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 --- a/assets/iosevka-aile-regular.woff +++ b/assets/iosevka-aile-regular.woff | |||
Binary files differ | |||
diff --git a/assets/iosevka-aile-regular.woff2 b/assets/iosevka-aile-regular.woff2 index 69a5180..4701f9d 100644 --- a/assets/iosevka-aile-regular.woff2 +++ b/assets/iosevka-aile-regular.woff2 | |||
Binary files differ | |||
diff --git a/assets/iosevka-term-ss03-regular.woff b/assets/iosevka-term-ss03-regular.woff index e55d161..87edd58 100644 --- a/assets/iosevka-term-ss03-regular.woff +++ b/assets/iosevka-term-ss03-regular.woff | |||
Binary files differ | |||
diff --git a/assets/iosevka-term-ss03-regular.woff2 b/assets/iosevka-term-ss03-regular.woff2 index fd4b5b1..0032d59 100644 --- a/assets/iosevka-term-ss03-regular.woff2 +++ b/assets/iosevka-term-ss03-regular.woff2 | |||
Binary files 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 = `<!doctype html> | |||
5 | <head> | 5 | <head> |
6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
8 | <title>{{ .Title }} - {{ .Protocol | title }} proxy</title> | 8 | <title>{{ .Title }}{{ if ne .Protocol "startpage" }} - {{ .Protocol | title }} proxy{{ end }}</title> |
9 | <link rel="stylesheet" href="{{ .Assets.Style }}" /> | 9 | <link rel="stylesheet" href="{{ .Assets.Style }}" /> |
10 | <style> | 10 | <style> |
11 | @font-face { | 11 | @font-face { |