Part of WRIS-11.
authorMike Taylor <mike@indexdata.com>
Mon, 23 Feb 2015 10:12:22 +0000 (10:12 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 23 Feb 2015 10:12:22 +0000 (10:12 +0000)
Move disambiguation message above main text.

src/templates/wikipedia.handlebars

index 8041441..0400cae 100644 (file)
@@ -26,10 +26,10 @@ display only the first image
 {{#if md-title-responsibility}}
 <i>{{md-title-responsibility}}</i>
 {{/if}}
-{{{mkws-paragraphs md-description paragraphs sentences}}}
 {{#if md-disambiguationurl}}
 <p class="mkws-disambiguation"
->Or did you mean <a href="{{md-disambiguationurl}}" target="_blank"
+>Did you mean <a href="{{md-disambiguationurl}}" target="_blank"
        >a different {{md-title}}</a>?</p>
 {{/if}}
+{{{mkws-paragraphs md-description paragraphs sentences}}}
 <p class="mkws-credit mkwsCredit">{{credit}}</p>