Cybrkyd's git repositories

page-with-py • commit: 6074d24

commit 6074d242437741afd99c5e828515f70b830ea7ff4bff0608b92cf5a0acf8d163
author cybrkyd <vii@cybrkyd.com> 2025-09-22 11:39:32 +0100
committer cybrkyd <vii@cybrkyd.com> 2025-09-22 11:39:32 +0100

Commit Message

Updates to theme 'basic'

📊 Diffstat

pg-py/post/the-second-one.md 2
pg-py/themes/basic/head.html 8
2 files changed, 1 insertions(+), 9 deletions(-)

Diff

diff --git a/pg-py/post/the-second-one.md b/pg-py/post/the-second-one.md
index 3ac0157..59ec799 100644
--- a/pg-py/post/the-second-one.md
+++ b/pg-py/post/the-second-one.md
@@ -1,6 +1,6 @@
---
title: The second one
- summary: The second post summary.
+ summary: The second post summary. This summary is longer, and details what is contained in the blog post. Quite a few words can be written in here.
date: 2025-09-09T13:23:19+0000
---
diff --git a/pg-py/themes/basic/head.html b/pg-py/themes/basic/head.html
index a6bec8b..3ad3782 100644
--- a/pg-py/themes/basic/head.html
+++ b/pg-py/themes/basic/head.html
@@ -127,14 +127,6 @@ img {
max-width: 100%;
}
- code {
- font-family: monospace;
- padding: 2px;
- background-color: var(--code-background-color);
- color: var(--code-color);
- border-radius: 3px;
- }
-
blockquote {
border-left: 1px solid #999;
color: var(--code-color);