add head block
Gitea/photolib/pipeline/head This commit looks good Details

api-refactor
dave 10 months ago
parent 7cd996020c
commit aade3ae87a

@ -5,6 +5,7 @@
<title>{% if title %}{{ title }} - {% endif %}Photo App</title>
<link rel="stylesheet" href="/static/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block head %}{% endblock %}
</head>
<body>
<div id="layout" class="content pure-g">

Loading…
Cancel
Save