Changes to display of series
This commit is contained in:
parent
be1e928676
commit
b583a8c5c9
3 changed files with 14 additions and 8 deletions
|
@ -3,7 +3,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% if title %}{{ title }} - {% endif %}{{ metadata.title }}</title>
|
||||
<title>
|
||||
{% if title %}{{ title }} - {% endif %}
|
||||
{% if series %}{{ series.name }} - {% endif %}
|
||||
{{ metadata.title }}
|
||||
</title>
|
||||
<meta name="description" content="{{ description or metadata.description }}">
|
||||
<link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title="{{ metadata.title }}">
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue