diff --git a/site.tmpl b/site.tmpl index 8b7e1d2..bfc45b7 100644 --- a/site.tmpl +++ b/site.tmpl @@ -10,10 +10,13 @@ {{ end }} -{{ define "container" }} +{{ define "container" }}
{{ end }} @@ -38,7 +41,7 @@ {{ define "page" }}{{ template "header" . }} {{ template "container" . }} - + + - - {{ template "footer" . }}{{ end }} diff --git a/src/index.html b/src/index.html index ab49fa0..aaca8cd 100644 --- a/src/index.html +++ b/src/index.html @@ -2,16 +2,16 @@ title: Blog ----

Filter

-
Technology
-
Entertainment
-
Meme
-
Web Dev
-
Computer
-
Linux
-
Darknet
-
Cryptocurrency
-
Anonymity
-
Privacy
+ Technology + Entertainment + Meme + Web Dev + Computer + Linux + Darknet + Cryptocurrency + Anonymity + Privacy

diff --git a/src/static/klee-bomb.gif b/src/static/klee-bomb.gif new file mode 100644 index 0000000..a1e5b83 Binary files /dev/null and b/src/static/klee-bomb.gif differ diff --git a/src/static/klee-genshin.gif b/src/static/klee-genshin.gif new file mode 100644 index 0000000..9362d80 Binary files /dev/null and b/src/static/klee-genshin.gif differ diff --git a/src/static/style.css b/src/static/style.css index fff0c6c..12c5cf6 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -115,10 +115,6 @@ td.site-logo > a { text-decoration: none; } -td.site-menu { - width: 170px; -} - h2.site-sub-menu, h1.title { text-align: center; } @@ -128,7 +124,6 @@ td.site-body, td.site-menu { } td.site-body { - width: 900px; border-left: 1px solid #e9e967; border-right: 1px solid #e9e967; } @@ -146,6 +141,10 @@ hr { width: initial; } +.img-rside { + max-width: 160px; +} + .big-tag { background-color: #822d2d; margin: 2px;
+ {{ .Content }} - {{ .Content }}