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 | 0eae3f8365c8012331c7de0696b0267f674996ed (patch) | |
tree | 9ce744c22608747b4b8264f765cf44ec5fca3171 /www/layouts | |
parent | 32315f0f6548cddf55a90c4ce584852f59813cf2 (diff) | |
download | crupest-0eae3f8365c8012331c7de0696b0267f674996ed.tar.gz crupest-0eae3f8365c8012331c7de0696b0267f674996ed.tar.bz2 crupest-0eae3f8365c8012331c7de0696b0267f674996ed.zip |
chore(www): remove slogan and quotes, simplify greetings.
Diffstat (limited to 'www/layouts')
-rw-r--r-- | www/layouts/_default/baseof.html | 3 | ||||
-rw-r--r-- | www/layouts/index.html | 23 |
2 files changed, 3 insertions, 23 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"> diff --git a/www/layouts/index.html b/www/layouts/index.html index e05af03..abf8a74 100644 --- a/www/layouts/index.html +++ b/www/layouts/index.html @@ -26,12 +26,9 @@ <hr /> <section> <p>Welcome to my home page! Nice to meet you here! 🥰</p> - <p>If you have something interesting to share with me, feel free to email me - at <a rel="noopener noreferrer" href="mailto:crupest@crupest.life">crupest@crupest.life</a>. - You can also create an issue in any of my repos - on <a rel="noopener noreferrer" href="https://github.com/crupest">GitHub</a> to talk - anything to me. - </p> + <p>Feel free to contact me via my email address *<crupest@crupest.life>*, + or just create an issue in any of my <a rel="noopener noreferrer" href="https://github.com/crupest">GitHub</a> + repos. I love talking with people a lot.</p> <div id="links" class="mono-link"> goto: <ul> @@ -78,18 +75,4 @@ {{ end }} </div> </section> - <hr> - <section> - <h2>Always Remember</h2> - <figure class="citation"> - <blockquote> - <p>Die Philosophen haben die Welt nur verschieden interpretiert, es kömmt aber darauf an, sie zu verändern.</p> - <p><small>Translated from German:</small> - The philosophers have only interpreted the world in various ways, the point is to change it.</p> - </blockquote> - <figcaption> - <cite>Karl Marx, Theses on Feuerbach (1845)</cite> - </figcaption> - </figure> - </section> {{ end }} |