mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Feature/talks (#12)
* Add talks layout - Add archetype for talks page. - Add shortcodes for section, slide. - Add single layout. Resolves: #11 * Update readme with talks
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
9328ab63c8
commit
bfe0272bd7
11
archetypes/talks.md
Normal file
11
archetypes/talks.md
Normal file
@@ -0,0 +1,11 @@
|
||||
+++
|
||||
draft = true
|
||||
date = {{ .Date }}
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
tags = []
|
||||
categories = []
|
||||
+++
|
||||
|
||||
{{% section %}}
|
||||
|
||||
{{% /section %}}
|
||||
Reference in New Issue
Block a user