Fix title

This commit is contained in:
dave 2019-05-06 22:32:20 -07:00
parent 4276e4ed8e
commit 980e4b7d90
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% if title %}{{ title }} :: {% endif %}Photo App</title>
<title>{% if title %}{{ title }} :: {% endif %}Nodepupper</title>
<link rel="stylesheet" href="/static/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>