Skip to content
Snippets Groups Projects
Commit 02e7858f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

fix #705 - add og tags

parent b079c057
No related branches found
No related tags found
No related merge requests found
......@@ -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}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment