Remove unused element
This commit is contained in:
parent
178586f0a0
commit
604dbed074
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@
|
||||||
<header class="content__header">
|
<header class="content__header">
|
||||||
<h1>{{ .Title | markdownify }}</h1>
|
<h1>{{ .Title | markdownify }}</h1>
|
||||||
</header>
|
</header>
|
||||||
{{ if .Params.toc }}
|
|
||||||
<aside>
|
|
||||||
</aside>
|
|
||||||
{{ end }}
|
|
||||||
<div class="content__body">
|
<div class="content__body">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue