diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-25 23:31:01 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-25 23:31:01 +0700 |
| commit | 3cc4378c8356cfc7a2224904abc420121e9dc768 (patch) | |
| tree | b2601da2fb7a00f096f0c7647b28fa2ad5822d6d /_content/template.gohtml | |
| parent | 08c64475dc1b25026d6c77d30cd0e54e709ca2e8 (diff) | |
| download | kilabit.info-3cc4378c8356cfc7a2224904abc420121e9dc768.tar.xz | |
content: simplify the menu, use text instead icons
This changes affect the CSS for top bar and reformatted by prettier.
Diffstat (limited to '_content/template.gohtml')
| -rw-r--r-- | _content/template.gohtml | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml index 88458ae..1fd143e 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -19,29 +19,13 @@ <div> <a href="/">kilabit.info</a> </div> - <span class="topbar-info" title="Pick 2!"> - Simple | Small | Stable | Secure - </span> </div> <div class="topbar-right"> - <a href="https://sr.ht/~shulhan" target="_blank"> - <span class="sourcehut-icon"> - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> - <path - d="M256 8C119 8 8 119 8 256s111 248 248 248 - 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 - 56s200 89.5 200 200-89.5 200-200 200z" - ></path> - </svg> - </span> - </a> - <a href="https://github.com/shuLhan" target="_blank"> - <img src="/assets/images/github.svg" /> - </a> - <a href="https://twitter.com/_shuLhan" target="_blank"> - <img src="/assets/images/twitter.svg" /> - </a> + <a href="https://build.kilabit.info" target="_blank"> Build </a> | + <a href="https://sr.ht/~shulhan" target="_blank"> sr.ht </a> | + <a href="https://github.com/shuLhan" target="_blank"> GitHub </a> | + <a href="https://twitter.com/_shuLhan" target="_blank"> Twitter </a> </div> </div> |
