fix(showcase): tab stay, Y-center toggle, group postcards by sent/received, hide navbar on public page, remove profiles/xx/showcase
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
{% block navbar %}
|
||||
<a href="/dashboard" class="nav-brand">📮 明信片管理器</a>
|
||||
<div class="nav-links">
|
||||
{% if user is defined and user %}
|
||||
@@ -16,6 +17,7 @@
|
||||
<a href="/logout" class="nav-logout">退出</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</nav>
|
||||
<main class="container">
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user