Use | in page title

master
Tanner Collin 2 years ago
parent 163ef3aad3
commit 72928fd415
  1. 2
      themes/lite/templates/article.html
  2. 2
      themes/theme/templates/article.html

@ -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() }}

Loading…
Cancel
Save