make sound less like ai because it's not 😠

This commit is contained in:
2025-12-10 12:05:38 +00:00
parent fa8840d25e
commit 5133e08afb
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ written by: [ {% for auth in author %}{{ auth }}{% if loop.nextitem %}, {% endif
colors colors
</p> </p>
<p class="smallText metadata"> <p class="smallText metadata">
page generated by <a href="https://git.alv.cx/alvierahman90/gronk">gronk</a> page rendered by <a href="https://git.alv.cx/alvierahman90/gronk">gronk</a>
</p> </p>
{% if license %} {% if license %}
<details id="license"> <details id="license">

View File

@@ -13,6 +13,6 @@
<div id="content"> <div id="content">
{% block content %} {% block content %}
{% endblock %} {% endblock %}
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a> <!--(commit {{ gronk_commit }}) {% if notes_git_head_sha1 %}notes commit {{ notes_git_head_sha1 }}{% endif %}--></p> <p class="smallText"> page rendered by <a href="https://github.com/alvierahman90/gronk">gronk</a> <!--(commit {{ gronk_commit }}) {% if notes_git_head_sha1 %}notes commit {{ notes_git_head_sha1 }}{% endif %}--></p>
</div> </div>
</body> </body>

View File

@@ -18,7 +18,7 @@
colors colors
</p> </p>
<p class="smallText metadata"> <p class="smallText metadata">
page generated by <a href="https://git.alv.cx/alvierahman90/gronk">gronk</a> page rendered by <a href="https://git.alv.cx/alvierahman90/gronk">gronk</a>
</p> </p>
<p class="smallText metadata"> <p class="smallText metadata">
<a href="./feed.xml">rss feed</a> <a href="./feed.xml">rss feed</a>

View File

@@ -5,7 +5,7 @@ You should be being redirected...
Otherwise, click <a id="manual_redirect">here</a>. Otherwise, click <a id="manual_redirect">here</a>.
</p> </p>
<p class="smallText"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a></p> <p class="smallText"><a href="https://github.com/alvierahman90/gronk">gronk</a></p>
<script> const data = {{ data|tojson }} </script> <script> const data = {{ data|tojson }} </script>
<script src="/js/permalink.js"> </script> <script src="/js/permalink.js"> </script>
{% endblock %} {% endblock %}