Skip to content

Commit

Permalink
md syntax support in _index.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
zzossig committed Mar 8, 2020
1 parent 14b1c7c commit e1c9b5f
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion assets/sass/pages/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
}

&--desc {
font-weight: italic;
padding: 1rem;
line-height: 1.7rem;
}
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion layouts/archive/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion layouts/gallery/single.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion layouts/talks/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e1c9b5f

Please sign in to comment.