diff options
| author | Shulhan <ms@kilabit.info> | 2023-10-14 11:28:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-10-14 11:28:31 +0700 |
| commit | 472b5d94482c7b8554f91677688da311c4b67ad2 (patch) | |
| tree | b0d43e750682ebdfca61ee3af4d7f3444f11eb62 /_content/template.gohtml | |
| parent | a4bc59b7a8e899e9461879ac2d17599136a6502c (diff) | |
| download | kilabit.info-472b5d94482c7b8554f91677688da311c4b67ad2.tar.xz | |
_content: use full link for kilabit.info in template
If this template is symlink-ed by other projects, for example
x.kilabit.info, when they clicked kilabit.info it should open
https://kilabit.info, not x.kilabit.info again.
Diffstat (limited to '_content/template.gohtml')
| -rw-r--r-- | _content/template.gohtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml index a3b19ac..b068942 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -17,7 +17,7 @@ <div class="topbar"> <div class="topbar-left"> <div> - <a href="/">kilabit.info</a> + <a href="https://kilabit.info">kilabit.info</a> </div> </div> |
