diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-10 16:52:00 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 17:12:17 +0800 |
commit | 6baba3a4341cdc4890bd26debc4a1520ad229bac (patch) | |
tree | 30f905f6e8ba1938d4253a7a29bdffde1bc0234b /www/layouts/_default/baseof.html | |
parent | b2714684b3aaefdb8c98940a49e47266ff96d15b (diff) | |
download | crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.tar.gz crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.tar.bz2 crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.zip |
chore(www): remove slogan and quotes, simplify greetings.
Diffstat (limited to 'www/layouts/_default/baseof.html')
-rw-r--r-- | www/layouts/_default/baseof.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/layouts/_default/baseof.html b/www/layouts/_default/baseof.html index 621aea1..6d00be5 100644 --- a/www/layouts/_default/baseof.html +++ b/www/layouts/_default/baseof.html @@ -19,9 +19,6 @@ {{ end }} </head> <body> - <div id="slogan"> - <span>🙃The world is full of pain, but we can fix it with love!</span> - </div> {{ block "pre-article" .}} {{ end }} <article id="main-article"> |