add a tc class to remove some style="text-align: center"s
This commit is contained in:
parent
9486195d42
commit
adc2624fab
3 changed files with 7 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
{% include "nav.html" %}
|
||||
<h1>{{page.title}}</h1>
|
||||
<h1 class="tc">{{page.title}}</h1>
|
||||
<p>Written {{page.day}}.{{page.month}}.{{page.year}}</p>
|
||||
{{page.content|safe}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue