mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-21 15:56:29 -05:00
Added menu archetype and vegetarian shortcode
This commit is contained in:
parent
1ec8538520
commit
e8a6a11cf2
2 changed files with 9 additions and 0 deletions
8
archetypes/menu.md
Normal file
8
archetypes/menu.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Ingredients
|
||||||
|
|
||||||
|
## Recipe
|
1
layouts/shortcodes/vegetarian.html
Normal file
1
layouts/shortcodes/vegetarian.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<i class="fas fa-leaf"></i>
|
Loading…
Reference in a new issue