mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Added static/front and meta tags (#9712)
* Added static/front and meta tags * Moved meta to index
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user