Skip to content

Commit

Permalink
Fix Notes page title
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Jul 22, 2024
1 parent a3c3136 commit 1e2f5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/notes.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% extends "base.html" %}
{% import "macros/post_meta.html" as macros %}

{% block title %}{{ section.title }}{% endblock title %}

{% block content %}
<h2>{{ section.title }}</h2>
{% for note in section.pages %}
Expand Down

0 comments on commit 1e2f5f9

Please sign in to comment.