Different titles for different pages

This commit is contained in:
Mouse Reeve
2020-11-02 14:25:16 -08:00
parent c5a215b11d
commit a539b77dfa
2 changed files with 22 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>BookWyrm</title>
<title>{% if title %}{{ title }} | {% endif %}BookWyrm</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="/static/css/bulma.min.css">
<link type="text/css" rel="stylesheet" href="/static/css/format.css">