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

This commit is contained in:
dave 2022-07-31 15:59:31 -07:00
parent 7cd996020c
commit aade3ae87a
1 changed files with 1 additions and 0 deletions

View File

@ -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">