mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-19 13:18:26 +02:00
Rename title in template files (#322)
This commit is contained in:
parent
79d7a45e32
commit
aa11e0180f
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
|||
<html>
|
||||
<head>
|
||||
{% if title %}
|
||||
<title>{{ title }} - Microblog</title>
|
||||
<title>{{ title }} - Squeaknode</title>
|
||||
{% else %}
|
||||
<title>Welcome to Microblog</title>
|
||||
<title>Welcome to Squeaknode</title>
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
Microblog:
|
||||
Squeaknode:
|
||||
<a href="{{ url_for('index') }}">Home</a>
|
||||
{% if current_user.is_anonymous %}
|
||||
<a href="{{ url_for('login') }}">Login</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue