Better title

This commit is contained in:
Michel Roux 2019-12-17 15:44:39 +01:00
parent 964ad2f644
commit 4f1359a9f8
6 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Admin Edit {{ link.name }}{% endblock %}
{% block title %}- Admin Edit {{ link.name }}{% endblock %}
{% block body %}
<form method="post">
{{ action_form.csrf_token }}

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Admin List{% endblock %}
{% block title %}- Admin List{% endblock %}
{% block add_button %}
<a class="navbar-item has-tooltip-bottom" data-tooltip="Add entry" href="{{ url_for('admin_edit') }}">
<i class="fa fa-plus"></i><i>&nbsp;</i><span class="is-hidden-mobile">Add entry</span>

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Latest torrents{% endblock %}
{% block title %}- Latest torrents{% endblock %}
{% block body %}
<table class="table is-bordered is-striped is-narrow is-fullwidth is-hoverable is-size-7">
<thead>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Xefir's animes search engine (っ^‿^)っ">
<title>PyNyaaTa - {% block title %}{% endblock %}</title>
<title>PyNyaaTa {% block title %}{% endblock %}</title>
<link rel="shortcut icon" href="{{ url_for('static', filename='favicons/favicon.ico') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/bulma-tooltip.min.css') }}">

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}My seeded torrents{% endblock %}
{% block title %}- My seeded torrents{% endblock %}
{% block body %}
<table class="table is-bordered is-striped is-narrow is-fullwidth is-hoverable is-size-7">
<thead>

View File

@ -1,5 +1,5 @@
{% extends "layout.html" %}
{% block title %}Search for "{{ request.args.get('q') }}"{% endblock %}
{% block title %}- Search for "{{ request.args.get('q') }}"{% endblock %}
{% block body %}
<table class="table is-bordered is-striped is-narrow is-fullwidth is-hoverable">
<thead>