Skip to content

Commit 2908516

Browse files
committed
Set a section title
1 parent 7ac6959 commit 2908516

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

templates/section.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{% extends "index.html" %}
22

3+
4+
{% block title %}
5+
{% if section.title %}
6+
Rob's Blog: {{ section.title }}
7+
{% else %}
8+
{{ super() }}
9+
{% endif %}
10+
{% endblock title %}
11+
312
{% block content %}
413
<style>
514
.tils-section .muted svg.i-clock,

0 commit comments

Comments
 (0)