Added static/front and meta tags (#9712)

* Added static/front and meta tags

* Moved meta to index
This commit is contained in:
Keith Holliday
2017-12-13 15:11:22 -06:00
committed by GitHub
parent 899452279b
commit 7802e30e80
4 changed files with 54 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
<template lang="pug">
div
static-header(v-if='showContentWrap', :class='{"home-header": $route.name === "home"}')
static-header(v-if='showContentWrap', :class='{"home-header": ["home", "front"].indexOf($route.name) !== -1}')
.static-wrapper
router-view