Moving site name to config.py

This commit is contained in:
Yusur 2019-10-15 14:13:55 +02:00
parent 309009d3a4
commit 01cb4354e0
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
{% set site_name = "Cori+" %}
<title>{{ site_name }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="/static/style.css">