Add dynamic titles for each page
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html id="html">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>Augusto Gunsch</title>
|
||||
<title>Augusto Gunsch | {{ page }}</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='stylesheet.css') }}"/>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='stylesheet_page.css') }}"/>
|
||||
<link rel="icon" href="{{ url_for('static', filename='icon.png') }}"/>
|
||||
|
Reference in New Issue
Block a user