feat: add default/list

fix warning: found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
This commit is contained in:
Jimmy Cai
2020-09-06 14:18:38 +02:00
parent 90bdc34eb8
commit 2ab49f97ee
3 changed files with 30 additions and 3 deletions
+4 -1
View File
@@ -6,12 +6,15 @@
article {
display: flex;
flex-direction: column;
margin-bottom: var(--section-separation);
background-color: var(--card-background);
@include box_shadow(1);
border-radius: var(--card-border-radius);
overflow: hidden;
&:not(:last-of-type) {
margin-bottom: var(--section-separation);
}
.article-image {
img {
width: 100%;