1
0
forked from finn/site

recenter gitea link

This commit is contained in:
finn 2024-09-05 20:24:47 -07:00
parent a5ac19a2a4
commit 414c300b41

View File

@ -19,13 +19,11 @@
<a {% block profilecurrent %}{% endblock %} href="{{ url_for('user', username=current_user.username) }}">profile</a> <a {% block profilecurrent %}{% endblock %} href="{{ url_for('user', username=current_user.username) }}">profile</a>
<a href="{{ url_for('logout') }}">logout</a> <a href="{{ url_for('logout') }}">logout</a>
{% endif %} {% endif %}
<a style="float: right;" href="https://gut.oily.dad/explore/repos"> <a href="https://gut.oily.dad/explore/repos">
<img style="vertical-align: middle; height: 22px" src="https://gut.oily.dad/assets/img/logo.svg" alt="Logo" aria-hidden="true"> <img style="vertical-align: middle; horizontal-align: center; height: 22px" src="https://gut.oily.dad/assets/img/logo.svg" alt="Logo" aria-hidden="true">
</a> </a>
</nav> </nav>
<h2>oily.dad</h2> <h2>oily.dad</h2>
</header> </header>
<hr> <hr>