From: Damian Myrda Date: Tue, 19 Nov 2024 22:43:31 +0000 (-0600) Subject: Small fixes X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;p=p8d.git Small fixes Added favicon, modified padding, and added robots.txt --- diff --git a/caddy b/caddy index 7297c5a..a3673eb 100644 --- a/caddy +++ b/caddy @@ -31,6 +31,10 @@ git.prime8.dev { reverse_proxy http://gitweb:80 cache + header { + X-Robots-Tag "index, nofollow" + } + tls damian@prime8.dev } diff --git a/web/static/img/moncheeta.png b/web/static/img/moncheeta.png new file mode 100644 index 0000000..07e43ee Binary files /dev/null and b/web/static/img/moncheeta.png differ diff --git a/web/templates/base.html b/web/templates/base.html index bdd259a..4c409c4 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -3,6 +3,14 @@ + + Damian Myrda + + + {% block title %}{% endblock %} - + - {% endblock %}