Use | in page title
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{{ article.title|striptags }} - t0.vc</title>
|
||||
<title>{{ article.title|striptags }} | t0.vc</title>
|
||||
<meta charset=UTF-8>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% if article.date %}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ SITENAME }} - {{ article.title|striptags }}{% endblock %}
|
||||
{% block title %}{{ article.title|striptags }} | {{ SITENAME }}{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
|
Reference in New Issue
Block a user