feat: add talks subpage and setup templating

pull/9/head
Aravinth Manivannan 2022-04-24 02:43:30 +05:30
parent 5e8550db8d
commit 1bb78bd686
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 8 additions and 0 deletions

7
content/talks/_index.md Normal file
View File

@ -0,0 +1,7 @@
+++
title = "Talks"
sort_by = "date"
template = "blog/index.html"
page_template = "blog/post.html"
generate_feed = true
+++

View File

@ -25,6 +25,7 @@
{{ macros::nav_link(link="/about/", name="About") }}
{{ macros::nav_link(link="/blog/", name="Blog") }}
{{ macros::nav_link(link="/contact/", name="Contact") }}
{{ macros::nav_link(link="/talks/", name="Talks") }}
</div>
</nav>