mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-04-08 10:07:48 +02:00
Compare commits
2 Commits
00686923b4
...
910e6bcc0a
Author | SHA1 | Date | |
---|---|---|---|
910e6bcc0a | |||
9d11c25bf1 |
@ -116,11 +116,10 @@ def gen_stand_string(path_ex):
|
||||
content_string += "<h1>" + title + "</h1>\n"
|
||||
content_string += "<a href=\"" + "/index.html#" + \
|
||||
filename_no_end + "\">" + curr_date + "</a>"
|
||||
content_string += "<br>\n"
|
||||
content_string += "<br><br>\n"
|
||||
if filename.endswith(".html"):
|
||||
for line in text:
|
||||
content_string += line
|
||||
content_string += "<br>"
|
||||
if filename.endswith(".md"):
|
||||
content_string += gen_md_content(filename, 1)
|
||||
return content_string
|
||||
|
@ -33,12 +33,12 @@ footer {
|
||||
color: var(--text0);
|
||||
}
|
||||
|
||||
.footer a {
|
||||
footer a {
|
||||
color: var(--menulink0);
|
||||
}
|
||||
|
||||
.footer a:hover {
|
||||
color: var(--menulink1);
|
||||
footer a:hover {
|
||||
color: var(--bg0);
|
||||
}
|
||||
|
||||
span {
|
||||
|
@ -177,6 +177,10 @@ h3 {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.standalone h1:first-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.imprint h1:first-child {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user