mirror of
https://github.com/pinry/pinry.git
synced 2026-02-03 21:19:23 +01:00
Fix SITE_URL being used in title when that feature was removed.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
\ \:\ \__\/ \ \:\ \ \:\ \__\/
|
||||
\__\/ \__\/ \__\/ -->
|
||||
|
||||
<title>{% block title %}{{ SITE_NAME }}{% endblock %}</title>
|
||||
<title>{% block title %}Pinry{% endblock %}</title>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700"/>
|
||||
|
||||
Reference in New Issue
Block a user