aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-24 02:59:28 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-24 02:59:28 +0300
commit5596c6d03799dc73bc0f035dc87c95f99f79d803 (patch)
tree102c9ef72c2477df2c2b1141b6a4df5ed8d12713
parent1ced48b3b16da3d2b94a43e884873bf397d2e483 (diff)
Auto-commit 2024-12-24
-rw-r--r--layouts/partials/footer.html5
-rw-r--r--layouts/partials/head.html1
-rw-r--r--static/humans.txt10
-rw-r--r--static/img/humanstxt.pngbin0 -> 1105 bytes
4 files changed, 16 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a7bd031..4634745 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -27,6 +27,11 @@
<img src="/img/valid-html401.png" alt="valid html">
</a>
</li>
+ <li>
+ <a href="https://neonxp.ru/humans.txt" target="_blank">
+ <img src="/img/humanstxt.png" alt="valid html">
+ </a>
+ </li>
</ul>
</div>
</div>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fa91731..ff8a8de 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,5 +8,6 @@
{{ template "_internal/twitter_cards.html" . }}
<link rel="icon" type="image/png" href="/img/favicon.webp">
+<link type="text/plain" rel="author" href="https://neonxp.ru/humans.txt" />
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
diff --git a/static/humans.txt b/static/humans.txt
new file mode 100644
index 0000000..fd1f5e3
--- /dev/null
+++ b/static/humans.txt
@@ -0,0 +1,10 @@
+/* TEAM */
+ Owner: Alexander NeonXP Kiryukhin
+ Contact: i@neonxp.ru
+ From: Kazan, Tatarstan, Russia
+
+/* SITE */
+ Last update: 2024/12/24
+ Language: Russian
+ Doctype: HTML5
+ Software: Hugo \ No newline at end of file
diff --git a/static/img/humanstxt.png b/static/img/humanstxt.png
new file mode 100644
index 0000000..b0e44f3
--- /dev/null
+++ b/static/img/humanstxt.png
Binary files differ