mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
fix typo
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<meta property="og:title" content="{{ conf['SITE_TITLE'] }}" />
|
||||
<meta property="og:description" content="{{ conf['SITE_DESCRIPTION'] }}" />
|
||||
<meta property="og:url" content="{{ url_for(request.endpoint) }}" />
|
||||
<meta property="og:image" content="{{ conf['SITE_LOG_URL'] }}">
|
||||
<meta property="og:image" content="{{ conf['SITE_LOGO_URL'] }}">
|
||||
|
||||
<script defer src="/static/lazyload.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user