Skip to content
Snippets Groups Projects
Commit 7e2e0c5d authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Fix title on homepage

parent 3feaee2c
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>{% include "css/app.css" %}</style>
<link rel="stylesheet" media="all" href="https://dev.assets.emblstatic.net/vf/develop/css/styles.css" />
<title>{{ title or (renderData and renderData.title) }}</title>
<title>{{ title or (renderData and renderData.title) or siteConfig.siteInformation.title}}</title>
</head>
<body class="{{ bodyClass }}" >
{% render '@vf-global-header' %}
<div class="vf-body">
<div class="vf-grid">
<div>
{{ content | safe }}
......
---
renderData:
title: "{{ siteConfig.siteInformation.title }}"
subtitle: No homepage, yet.
date: 2018-08-22 12:24:50
layout: layouts/base.njk
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment