Compare commits
3 Commits
78b50d27c2
...
6a5ee8f800
Author | SHA1 | Date | |
---|---|---|---|
|
6a5ee8f800 | ||
|
d2cfd9fd83 | ||
|
af76490365 |
BIN
html/logo.png
(Stored with Git LFS)
Normal file
BIN
html/logo.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -106,4 +106,7 @@ img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
display: block;
|
||||
}
|
||||
|
@ -20,7 +20,9 @@ HTML header: <meta name="viewport" content="width=device-width, initial-scale
|
||||
|
||||
"""
|
||||
|
||||
page = f"""Personal blog of one {choice(ADJECTIVES)} Veclav Talica.
|
||||
page = f"""![](/logo.png)
|
||||
|
||||
Personal blog of one {choice(ADJECTIVES)} Veclav Talica.
|
||||
|
||||
### Articles ###
|
||||
|
||||
|
@ -58,6 +58,7 @@ WEEKDAYS = {
|
||||
|
||||
def mixin_tag(content: str, tag: str) -> str:
|
||||
return f"""<{tag}>
|
||||
|
||||
{content}</{tag}>
|
||||
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user