aboutsummaryrefslogtreecommitdiff
path: root/templates/partials/header.html
blob: 9dbc6eb15dce60ae98b79078c4182f5a43966eb5 (plain)
1
2
3
4
<!-- if "title" is set in config.toml, display site name -->
{% if config.title %}
	<h1>{{ config.title }}</h1>
{% endif %}