From 4be412c29262e85730506d2b9acbbe6766845eb0 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Wed, 26 Sep 2018 05:59:31 +0000 Subject: [PATCH] Use new macro for meta tags --- src/hub.html | 2 +- src/scene.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hub.html b/src/hub.html index edb18d4b9..a7b4f9bd9 100644 --- a/src/hub.html +++ b/src/hub.html @@ -2,7 +2,7 @@ <html> <head> - <!-- DO NOT REMOVE/EDIT THIS COMMENT - HUB_META_TAGS --> + <!-- DO NOT REMOVE/EDIT THIS COMMENT - META_TAGS --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> diff --git a/src/scene.html b/src/scene.html index a492ba13d..222fa5d3b 100644 --- a/src/scene.html +++ b/src/scene.html @@ -2,7 +2,7 @@ <html> <head> - <!-- DO NOT REMOVE/EDIT THIS COMMENT - SCENE_META_TAGS --> + <!-- DO NOT REMOVE/EDIT THIS COMMENT - META_TAGS --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> -- GitLab