Fix wrongly formatted template tag
This commit is contained in:
parent
01a261dd5a
commit
15d8ab11ce
|
@ -5,7 +5,7 @@
|
|||
<link rel="stylesheet" href="../style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>?title</h1>
|
||||
<h1>%(title)s</h1>
|
||||
<a href="%(index)s" class="back"><< back to index</a>
|
||||
<div class="main">
|
||||
<h2>%(subject)s</h2>
|
||||
|
|
Loading…
Reference in a new issue