Skip to content

Commit

Permalink
Fix the homepage title behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 29, 2024
1 parent 577f4b9 commit 1984ef3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/overrides/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{% extends "base.html" %}
<!-- END OF BLOCK -->

{% block htmltitle %}
<title>Rinf</title>
{% endblock %}
<!-- END OF BLOCK -->

{% block tabs %}
<style>
[data-md-color-scheme="default"] {
Expand Down

0 comments on commit 1984ef3

Please sign in to comment.