[content/* themes/footer] Enable opt-in getintouch icons based on frontmatter.

master
Lorenzo Cogotti 2 years ago
parent 0646f2ced4
commit 874f6daa44

@ -1,5 +1,6 @@
---
title: Home
get_in_touch: true
tags:
- development
- coding

@ -2,6 +2,7 @@
title: Team
menu_title: "The DoubleFourteen Code Forge Team"
mobile_menu_title: "1414° Team"
get_in_touch: true
date: 2022-03-10T00:40:51+02:00
---

@ -1,5 +1,7 @@
<footer>
{{- partial "getintouch.html" . -}}
{{ if default false (index .Params "get_in_touch") }}
{{- partial "getintouch.html" . -}}
{{ end }}
<div class="container footer">
<small>

Loading…
Cancel
Save