diff options
author | luxagraf <sng@luxagraf.net> | 2018-04-02 10:44:57 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-04-02 10:44:57 -0400 |
commit | 2d440f0c309f49803ec95c46d9f586a7305780cd (patch) | |
tree | 4acdd0c1faff3cdf0fa9917250dbefb108f8ac9c /design | |
parent | 2556b5da5acc0b457d41a7e1a1792196eb69a731 (diff) |
changed url of sightings to dialogues
Diffstat (limited to 'design')
-rw-r--r-- | design/templates/archives/jrnl.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/design/templates/archives/jrnl.html b/design/templates/archives/jrnl.html index e249cd3..94d1dd6 100644 --- a/design/templates/archives/jrnl.html +++ b/design/templates/archives/jrnl.html @@ -25,10 +25,6 @@ <p> <span class="p-location h-adr adr post--location" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"> {% if object.country.name == "United States" %}<span class="p-locality locality">{{object.location.name|smartypants|safe}}</span>, <a class="p-region region" href="/jrnl/united-states/" title="travel writing from the United States">{{object.state.name}}</a>, <span class="p-country-name">U.S.</span>{%else%}<span class="p-region">{{object.location.name|smartypants|safe}}</span>, <a class="p-country-name country-name" href="/jrnl/{{object.country.slug}}/" title="travel writing from {{object.country.name}}">{{object.country.name}}</a>{%endif%} - <span style="display: none;" itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> - <data itemprop="latitude" class="p-latitude" value="{{object.latitude}}">{{object.latitude}}</data> - <data itemprop="longitude" class="p-longitude" value="{{object.longitude}}">{{object.longitude}}</data> - </span> </span> – <span class="p-summary entry-summary hyphenate" itemprop="description"> {{object.dek|safe}} |