chore: rename app to 星笺 (Mailova)
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}明信片管理器{% endblock %}</title>
|
||||
<title>{% block title %}星笺{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/style.css">
|
||||
</head>
|
||||
<body>
|
||||
{% block nav %}
|
||||
<nav class="navbar">
|
||||
<a href="/dashboard" class="nav-brand">📮 明信片管理器</a>
|
||||
<a href="/dashboard" class="nav-brand">📮 星笺</a>
|
||||
<div class="nav-links">
|
||||
{% if user is defined and user %}
|
||||
<a href="/profiles">Profile</a>
|
||||
|
||||
Reference in New Issue
Block a user