forked from autonomic-cooperative/cotech-website
Extract page heading variable
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Join
|
||||
heading: Join CoTech
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="en-US">
|
||||
@ -61,7 +62,7 @@ title: Join
|
||||
<div id="page-banner">
|
||||
<div class="row">
|
||||
<div class="small-centered small-12 medium-10 large-8 columns">
|
||||
<h2>Join CoTech</h2>
|
||||
<h2>{{ page.heading }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user