rename to gronk

This commit is contained in:
2023-09-17 20:47:05 +01:00
committed by Akbar Rahman
parent 5bb40a57d1
commit bef8aeda52
12 changed files with 51 additions and 46 deletions

View File

@@ -35,10 +35,10 @@
{% if content_after_search %}
{{ content }}
{% endif %}
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/notes2web">notes2web</a></p>
<p style="font-size: 0.7em;"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a></p>
</div>
<script src="/js/fuse.js"> </script>
<script> const search_data = {{ index_entries }} </script>
<script> const search_data = {{ index_entries|tojson }} </script>
<script src="/js/indexsearch.js"> </script>
</body>