diff options
Diffstat (limited to 'layouts/blog/baseof.html')
-rw-r--r-- | layouts/blog/baseof.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html index 373b998..ac10717 100644 --- a/layouts/blog/baseof.html +++ b/layouts/blog/baseof.html @@ -46,7 +46,7 @@ --hover-button-bg: #A8A4A0; } body { - width: 1000px; + width: 800px; margin-left: auto; margin-right: auto; background-color: var(--bg-color); @@ -503,12 +503,8 @@ <a href="/blog">MichaĆ's weblog</a> </div><nav> <a href="/">Homepage</a> - <a href="/blog/about">About</a> <a href="/blog/index.xml">RSS</a> - </nav><nav> - <a href="/blog/now">Now</a> - <a href="/blog/uses">Uses</a> - <a href="/blog/contact">Contact</a> + <a href="/blog/more">More</a> </nav> </header> |