1
0
forked from finn/site

mgt c10 complete merge to put bootstrap css changes on their own fork

This commit is contained in:
2024-08-05 01:28:09 -07:00
parent 3d1f21ffcb
commit b3b188f370
4 changed files with 14 additions and 12 deletions

View File

@ -9,8 +9,8 @@
{% endif %}
</head>
<body>
<div>
blog:
<header>
<nav>
<a href="{{ url_for('index') }}">home</a>
<a href="{{ url_for('explore') }}">explore</a>
{% if current_user.is_anonymous %}
@ -20,7 +20,10 @@
<a href="{{ url_for('logout') }}">logout</a>
{% endif %}
</div>
</nav>
<h1>oily.dad</h1>
<h4>destroy me</h4>
</header>
<hr>
{% with messages = get_flashed_messages() %}
{% if messages %}