diff options
Diffstat (limited to '_content')
| -rw-r--r-- | _content/index.css | 16 | ||||
| -rw-r--r-- | _content/template.gohtml | 36 |
2 files changed, 17 insertions, 35 deletions
diff --git a/_content/index.css b/_content/index.css index 0ac34bc..71af1fc 100644 --- a/_content/index.css +++ b/_content/index.css @@ -1,19 +1,3 @@ -h2, -h3, -h4, -h5, -h6 { - border-bottom: 1px solid gray; -} - -h2 { - margin-top: 2rem; -} - -#toc ul { - margin-bottom: 0.4rem; -} - #toc ul.sectlevel1 { column-width: 20rem; } diff --git a/_content/template.gohtml b/_content/template.gohtml index 4ea24a8..9018e5d 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -22,25 +22,23 @@ <body> <div class="topbar" role="banner"> - <div class="left"> - <a class="item title" href="/">kilabit.info</a> - <span class="item">|</span> - <a class="item" href="/ama" target="_blank"> AmA </a> - <span class="item">|</span> - <a class="item" href="https://build.kilabit.info" target="_blank"> Build </a> - <span class="item">|</span> - <a class="item" href="mailto:ms@kilabit.info" target="_blank"> Email </a> - <span class="item">|</span> - <a class="item" href="https://github.com/shuLhan" target="_blank"> GitHub </a> - <span class="item">|</span> - <a class="item" rel="me" href="https://fosstodon.org/@shuLhan" target="_blank"> Mastodon </a> - <span class="item">|</span> - <a class="item" href="/project/"> Projects </a> - <span class="item">|</span> - <a class="item" href="https://sr.ht/~shulhan" target="_blank"> SourceHut </a> - <span class="item">|</span> - <a class="item" href="https://status.kilabit.info" target="_blank"> Status </a> - </div> + <a class="item title" href="/">kilabit.info</a> + <span class="item">|</span> + <a class="item" href="/ama" target="_blank"> AmA </a> + <span class="item">|</span> + <a class="item" href="https://build.kilabit.info" target="_blank"> Build </a> + <span class="item">|</span> + <a class="item" href="mailto:ms@kilabit.info" target="_blank"> Email </a> + <span class="item">|</span> + <a class="item" href="https://github.com/shuLhan" target="_blank"> GitHub </a> + <span class="item">|</span> + <a class="item" rel="me" href="https://fosstodon.org/@shuLhan" target="_blank"> Mastodon </a> + <span class="item">|</span> + <a class="item" href="/project/"> Projects </a> + <span class="item">|</span> + <a class="item" href="https://sr.ht/~shulhan" target="_blank"> SourceHut </a> + <span class="item">|</span> + <a class="item" href="https://status.kilabit.info" target="_blank"> Status </a> </div> <div class="page" role="main"> |
