md syntax support in _index.md file

This commit is contained in:
zzossig 2020-03-08 21:31:58 +09:00
parent 14b1c7c6ba
commit e1c9b5f399
6 changed files with 5 additions and 6 deletions

View File

@ -51,7 +51,6 @@
}
&--desc {
font-weight: italic;
padding: 1rem;
line-height: 1.7rem;
}

View File

@ -7,7 +7,7 @@
<h5 class="list__header--title capitalize h5">{{.Title}}</h5>
</header>
<div class="list__header--desc p2">
<div class="list__header--desc single__contents p2">
{{ .Content }}
</div>

View File

@ -5,7 +5,7 @@
<h3 class="h3 terms__title">
{{ .Title }}
</h3>
<div class="px py p2 terms__content">
<div class="px py p2 single__contents">
{{ .Content }}
</div>
</header>

View File

@ -1,7 +1,7 @@
{{ define "main" }}
<header class="header basicflex-column">
<h3 class="terms__title h3">{{ .Title }}</h3>
<div class="px py p2 terms__content">
<div class="px py p2 single__contents">
{{ .Content }}
</div>
</header>

View File

@ -5,7 +5,7 @@
<h3 class="h3 terms__title">
{{ .Title }}
</h3>
<div class="px py p2 terms__content">
<div class="px py p2 single__contents">
{{ .Content }}
</div>
</header>