From 02e7858f4cc6c6903bd08e17d257cb2bbf1a67f0 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 7 Jun 2018 16:49:48 +0200 Subject: [PATCH] fix #705 - add og tags --- www/index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/www/index.html b/www/index.html index d0302a2f..09ecd91c 100644 --- a/www/index.html +++ b/www/index.html @@ -14,6 +14,17 @@ <link rel="stylesheet" type="text/css" href="css/angular-image-crop.css"> <!-- removeIf(device) --> <link rel="stylesheet" type="text/css" href="css/style-no-device.css"> + <!-- endRemoveIf(device) --> + + <!-- removeIf(no-plugin) --> + <link rel="stylesheet" type="text/css" href="css/leaflet.app.min.css"> + <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/es/css/style.css"> + <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/graph/css/style.css"> + <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/map/css/style.css"> + <!--endRemoveIf(no-plugin)--> + <!-- endbuild --> + + <!-- removeIf(device) --> <!-- Add open graph tags (for social networks)--> <meta property="og:title" content="Cesium" /> <meta property="og:type" content="website" /> @@ -32,14 +43,6 @@ <meta property="og:locale:alternate" content="nl_NL /> <!-- endRemoveIf(device) --> - <!-- removeIf(no-plugin) --> - <link rel="stylesheet" type="text/css" href="css/leaflet.app.min.css"> - <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/es/css/style.css"> - <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/graph/css/style.css"> - <link rel="stylesheet" type="text/css" href="dist/dist_css/plugins/map/css/style.css"> - <!--endRemoveIf(no-plugin)--> - <!-- endbuild --> - </head> <body ng-app="cesium" id="cesium" ng-strict-di="true" window-exit-unauth="true" ng-class="{'nobackdrop': $root.tour, 'expert-mode': $root.settings.expertMode}"> -- GitLab