From f84f221ae96f7a5c544f60d04b72ce1ea7146a23 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Sun, 16 Jun 2024 22:44:30 +0700 Subject: duck duck favicon --- i18n/de.yaml | 1 + i18n/en.yaml | 1 + i18n/fr.yaml | 1 + i18n/vi.yaml | 1 + layouts/_default/baseof.html | 1 + layouts/partials/head.html | 3 --- static/android-chrome-192x192.png | Bin 3966 -> 0 bytes static/android-chrome-512x512.png | Bin 13180 -> 0 bytes static/apple-touch-icon.png | Bin 3592 -> 0 bytes static/favico_license.txt | 6 ------ static/favicon-16x16.png | Bin 252 -> 0 bytes static/favicon-32x32.png | Bin 536 -> 0 bytes static/favicon.ico | Bin 15406 -> 1150 bytes 13 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 static/android-chrome-192x192.png delete mode 100644 static/android-chrome-512x512.png delete mode 100644 static/apple-touch-icon.png delete mode 100644 static/favico_license.txt delete mode 100644 static/favicon-16x16.png delete mode 100644 static/favicon-32x32.png 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 fead 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 fead' +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 fead' +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 fead' +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 @@ {{ i18n "skipToContent" | humanize }} + {{ i18n "forBot" | humanize }}
{{ partial "header.html" . }}
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 -}} - - - {{ $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 Binary files a/static/android-chrome-192x192.png and /dev/null differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png deleted file mode 100644 index 457da20..0000000 Binary files a/static/android-chrome-512x512.png and /dev/null differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png deleted file mode 100644 index c045efc..0000000 Binary files a/static/apple-touch-icon.png and /dev/null differ diff --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 Binary files a/static/favicon-16x16.png and /dev/null differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png deleted file mode 100644 index cd20132..0000000 Binary files a/static/favicon-32x32.png and /dev/null differ diff --git a/static/favicon.ico b/static/favicon.ico index 7875617..b29d961 100644 Binary files a/static/favicon.ico and b/static/favicon.ico differ -- cgit 1.4.1