diff options
-rw-r--r-- | i18n/de.yaml | 1 | ||||
-rw-r--r-- | i18n/en.yaml | 1 | ||||
-rw-r--r-- | i18n/fr.yaml | 1 | ||||
-rw-r--r-- | i18n/vi.yaml | 1 | ||||
-rw-r--r-- | layouts/_default/baseof.html | 1 | ||||
-rw-r--r-- | layouts/partials/head.html | 3 | ||||
-rw-r--r-- | static/android-chrome-192x192.png | bin | 3966 -> 0 bytes | |||
-rw-r--r-- | static/android-chrome-512x512.png | bin | 13180 -> 0 bytes | |||
-rw-r--r-- | static/apple-touch-icon.png | bin | 3592 -> 0 bytes | |||
-rw-r--r-- | static/favico_license.txt | 6 | ||||
-rw-r--r-- | static/favicon-16x16.png | bin | 252 -> 0 bytes | |||
-rw-r--r-- | static/favicon-32x32.png | bin | 536 -> 0 bytes | |||
-rw-r--r-- | static/favicon.ico | bin | 15406 -> 1150 bytes |
13 files changed, 5 insertions, 9 deletions
diff --git a/i18n/de.yaml b/i18n/de.yaml index 9662577..4b34d50 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -5,6 +5,7 @@ category: Kategorie comics: Bildergeschichte conlangs: Kunstsprachen feadAttribution: 'mit <a href="https://git.sr.ht/~cnx/fead">fead</a> gemacht' +forBot: Geh hierhin weil du bist ein Bot next: Nächste otherSites: Andere Seiten prev: Vorherige diff --git a/i18n/en.yaml b/i18n/en.yaml index 859d687..9edaec7 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -5,6 +5,7 @@ categories: categories comics: Comics conlangs: Conlangs feadAttribution: 'Generated by <a href="https://git.sr.ht/~cnx/fead">fead</a>' +forBot: Go hither if thou art a bot next: next otherSites: Other sites prev: previous diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 236fad2..f1f8973 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -5,6 +5,7 @@ category: catégorie comics: BDs conlangs: langues construites feadAttribution: 'créée par <a href="https://git.sr.ht/~cnx/fead">fead</a>' +forBot: Vas-y si tu es un bot next: suivant otherSites: autre part prev: précédent diff --git a/i18n/vi.yaml b/i18n/vi.yaml index 7c92a65..cfac7f6 100644 --- a/i18n/vi.yaml +++ b/i18n/vi.yaml @@ -5,6 +5,7 @@ category: phân loại comics: Truyện tranh conlangs: Ngôn ngữ nhân tạo feadAttribution: 'tạo bởi <a href="https://git.sr.ht/~cnx/fead">fead</a>' +forBot: Xem link nếu bạn là bot next: sau otherSites: Các trang khác prev: trước diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f13b730..295c994 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,6 +5,7 @@ </head> <body> <a class="skip-main" href="#main">{{ i18n "skipToContent" | humanize }}</a> + <a class="sr-only" href="https://boom.arielaw.ar">{{ i18n "forBot" | humanize }}</a> <header class="common-header"> {{ partial "header.html" . }} </header> diff --git a/layouts/partials/head.html b/layouts/partials/head.html index be5ae30..a44b75c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,9 +15,6 @@ {{ end -}} <link rel="icon" type="image/x-icon" href="/favicon.ico"> -<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> -<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> -<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/site.webmanifest"> {{ $main := resources.Get "css/main.css"}} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png deleted file mode 100644 index 927e979..0000000 --- a/static/android-chrome-192x192.png +++ /dev/null Binary files differdiff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png deleted file mode 100644 index 457da20..0000000 --- a/static/android-chrome-512x512.png +++ /dev/null Binary files differdiff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png deleted file mode 100644 index c045efc..0000000 --- a/static/apple-touch-icon.png +++ /dev/null Binary files differdiff --git a/static/favico_license.txt b/static/favico_license.txt deleted file mode 100644 index e750a75..0000000 --- a/static/favico_license.txt +++ /dev/null @@ -1,6 +0,0 @@ -This favicon was generated using the following font: - -- Font Title: Roboto Slab -- Font Author: Copyright 2018 The Roboto Slab Project Authors (https://github.com/googlefonts/robotoslab) -- Font Source: https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf -- Font License: Apache License, version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)) diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png deleted file mode 100644 index 76c7bb4..0000000 --- a/static/favicon-16x16.png +++ /dev/null Binary files differdiff --git a/static/favicon-32x32.png b/static/favicon-32x32.png deleted file mode 100644 index cd20132..0000000 --- a/static/favicon-32x32.png +++ /dev/null Binary files differdiff --git a/static/favicon.ico b/static/favicon.ico index 7875617..b29d961 100644 --- a/static/favicon.ico +++ b/static/favicon.ico Binary files differ |