Skip to content

Commit 937d3c2

Browse files
authored
add meta (#102)
* geonode revamp * add meta
1 parent 1f14ad9 commit 937d3c2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

_layouts/base.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
<link rel="dns-prefetch" href="{{ dns }}">
1111
{% endfor %}
1212
<title>{{ page.title }}</title>
13+
<meta property="og:title" content="GeoNode" />
14+
<meta property="og:type" content="website" />
15+
<meta property="og:description" content="Open Source Geospatial Content Management System" />
16+
<meta property="og:url" content="https://geonode.org/" />
17+
<meta property="og:image" content="https://geonode.org/static/img/geonode_logo.png" />
18+
<meta name="twitter:title" content="GeoNode">
19+
<meta name="twitter:description" content="Open Source Geospatial Content Management System">
20+
<meta name="twitter:image" content="https://geonode.org/static/img/geonode_logo.png">
21+
<meta name="twitter:card" content="summary_large_image">
1322
<link rel="shortcut icon" href="{{ site.baseurl }}/static/img/favicon.ico" />
1423
<link type="application/atom+xml" rel="alternate" href="http://geonode.org/blog/feed.xml" title="GeoNode" />
1524
<meta name="description" content="{{ site.description }}"/>

static/css/bootstrap-theme.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,4 +584,3 @@ fieldset[disabled] .btn-danger.active {
584584
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
585585
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
586586
}
587-
/*# sourceMappingURL=bootstrap-theme.css.map */

static/css/bootstrap.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11885,6 +11885,4 @@ textarea.form-control-lg {
1188511885
.d-print-none {
1188611886
display: none !important;
1188711887
}
11888-
}
11889-
11890-
/*# sourceMappingURL=bootstrap.css.map */
11888+
}

0 commit comments

Comments
 (0)