37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
{{ define "footer" }}
|
|
<footer>
|
|
<div class="rotating-pic-container">
|
|
<img src="/assets/pic/heh.png?v={{ .version }}" class="rotating-pic">
|
|
</div>
|
|
<div>
|
|
<p>
|
|
<strong>some system information</strong>:
|
|
</p>
|
|
<p>
|
|
> unix timestamp of page rendering: <code>{{ .renderingTimestamp }}</code><br/>
|
|
> <code>curl -X LIMINAL https://hikan.ru</code> - what do you know about liminal spaces<br/>
|
|
> <code>curl -X COUNT https://hikan.ru</code> - 24-hour server request count<br/>
|
|
</p>
|
|
<p>
|
|
<details>
|
|
<summary class="pulse-text">click here if you want more system details</summary>
|
|
<p>
|
|
> to check the latest changes to the site you can use it (someday i hope to add a cool log page):
|
|
<pre>curl -s "https://git.hikan.ru/api/v1/repos/serr/hikan.ru/commits?limit=10" | jq -r '.[] | .commit.author.date + " | " + (.commit.message | rtrimstr("\n"))'</pre>
|
|
or look in the repository <a href="https://git.hikan.ru/serr/hikan.ru" target="_blank">git.hikan.ru/serr/hikan.ru</a>
|
|
</p>
|
|
</details>
|
|
</p>
|
|
|
|
</div>
|
|
<div>
|
|
<p>
|
|
this site is written in Go, hosting is <a href="https://htk.ge" target="_blank">hostetski</a>, domain bought for the price of a can of beer
|
|
</p>
|
|
<p>
|
|
<code>2024 - now</code>
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
{{ end }}
|