From 0dfaa9b0e79e45bfc40d10418443d1d868fbb930 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 19 Apr 2022 20:28:06 +0900 Subject: update theme --- docs/404.html | 7 ++---- docs/favicon.svg | 27 +++++++++++++++++++++ docs/index.html | 25 +++++++++---------- docs/posts/2021-03-05/my-first-post/index.html | 10 +++----- docs/posts/2021-03-30/phperkaigi-2021/index.html | 10 +++----- .../index.html | 10 +++----- .../python-unbound-local-error/index.html | 10 +++----- .../ruby-detect-running-implementation/index.html | 10 +++----- .../ruby-then-keyword-and-case-in/index.html | 10 +++----- .../rust-where-are-primitive-types-from/index.html | 10 +++----- .../index.html | 10 +++----- .../vim-swap-order-of-selected-lines/index.html | 10 +++----- .../2022-04-09/phperkaigi-2022-tokens/index.html | 10 +++----- docs/posts/index.html | 27 +++++++++------------ docs/tags/conference/index.html | 11 +++------ docs/tags/cpp/index.html | 9 +++---- docs/tags/cpp17/index.html | 9 +++---- docs/tags/index.html | 7 ++---- docs/tags/php/index.html | 11 +++------ docs/tags/phperkaigi/index.html | 11 +++------ docs/tags/python/index.html | 9 +++---- docs/tags/python3/index.html | 9 +++---- docs/tags/ruby/index.html | 11 +++------ docs/tags/ruby3/index.html | 9 +++---- docs/tags/rust/index.html | 9 +++---- docs/tags/vim/index.html | 11 +++------ themes/mypaper/layouts/_default/list.html | 2 +- themes/mypaper/layouts/_default/single.html | 22 +---------------- themes/mypaper/layouts/partials/footer.html | 2 -- themes/mypaper/layouts/partials/header.html | 5 ++-- themes/mypaper/static/apple-touch-icon.png | Bin 866 -> 0 bytes themes/mypaper/static/favicon.ico | Bin 689 -> 0 bytes themes/mypaper/static/favicon.svg | 27 +++++++++++++++++++++ 33 files changed, 153 insertions(+), 207 deletions(-) create mode 100644 docs/favicon.svg delete mode 100644 themes/mypaper/static/apple-touch-icon.png delete mode 100644 themes/mypaper/static/favicon.ico create mode 100644 themes/mypaper/static/favicon.svg diff --git a/docs/404.html b/docs/404.html index 46e9059..3519945 100644 --- a/docs/404.html +++ b/docs/404.html @@ -5,7 +5,7 @@ - 404 Page not found - REPL: Rest-Eat-Program Loop + 404 Page not found | REPL: Rest-Eat-Program Loop @@ -14,8 +14,7 @@ - - + @@ -33,8 +32,6 @@ © 2022 REPL: Rest-Eat-Program Loop · Powered by Hugo️️ - · - Theme️ Paper - - - {{- end }} - {{- end }} {{- partial "footer.html" . }} diff --git a/themes/mypaper/layouts/partials/footer.html b/themes/mypaper/layouts/partials/footer.html index ebc84ef..a7798d7 100644 --- a/themes/mypaper/layouts/partials/footer.html +++ b/themes/mypaper/layouts/partials/footer.html @@ -3,8 +3,6 @@ © {{ now.Year }} {{ .Site.Title }} · Powered by Hugo️️ - · - Theme️ Paper