Skip to content
Snippets Groups Projects
Commit c9868f55 authored by Yan, Andrew N.'s avatar Yan, Andrew N.
Browse files

Merge branch 'master' of github.com:usgs/waterdataui into wdfn-225-clipped-tooltips

parents 8f149068 3ed7eca0
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
{% import 'macros/components.html' as components %} {% import 'macros/components.html' as components %}
{% if stations|length == 1 %}{% set page_title = stations[0].station_nm %}{% endif %}
{% block extra_head_tags %} {% block extra_head_tags %}
{% if status_code == 200 %} {% if status_code == 200 %}
{% if stations|length == 1 %} {% if stations|length == 1 %}
{% set page_title = stations[0].station_nm %}
<meta name="description" content="{{ components.Description(stations[0].site_no, location_with_values, parm_grp_summary) }}"> <meta name="description" content="{{ components.Description(stations[0].site_no, location_with_values, parm_grp_summary) }}">
<!-- tags for Facebook Open Graph --> <!-- tags for Facebook Open Graph -->
<meta property="og:url" content="{{ url_for('monitoring_location', site_no=stations[0].site_no, _external=True) }}" /> <meta property="og:url" content="{{ url_for('monitoring_location', site_no=stations[0].site_no, _external=True) }}" />
......
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