Update design to single page layout for my portfolio
This commit is contained in:
5
archetypes/homepage-section.md
Normal file
5
archetypes/homepage-section.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
cover = ""
|
||||
layout = "post" # Can be post (1 column), 2col-left, 2col-right
|
||||
+++
|
||||
@@ -1,6 +1,7 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
daterange = "" # This parameter overrides date being displayed
|
||||
author = ""
|
||||
authorTwitter = "" #do not include @
|
||||
cover = ""
|
||||
|
||||
Reference in New Issue
Block a user