1 2 3 4
<!-- if "title" is set in config.toml, display site name --> {% if config.title %} <h1>{{ config.title }}</h1> {% endif %}