diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/fixamingata/alert-problem-nearby.txt | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/alert-problem.txt | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/reply-autoresponse | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/submit.txt | 4 | ||||
-rw-r--r-- | templates/web/fixamingata/header_opengraph.html | 6 | ||||
-rw-r--r-- | templates/web/fixamingata/header_opengraph_image.html | 4 |
6 files changed, 15 insertions, 5 deletions
diff --git a/templates/email/fixamingata/alert-problem-nearby.txt b/templates/email/fixamingata/alert-problem-nearby.txt index 657ef820a..e278e0b7b 100644 --- a/templates/email/fixamingata/alert-problem-nearby.txt +++ b/templates/email/fixamingata/alert-problem-nearby.txt @@ -1,4 +1,4 @@ -Subject: Nya rapporter på FixMyStreet +Subject: Nya rapporter på FixaMinGata Följande rapporter har nyligen lagts till på: diff --git a/templates/email/fixamingata/alert-problem.txt b/templates/email/fixamingata/alert-problem.txt index 657ef820a..e278e0b7b 100644 --- a/templates/email/fixamingata/alert-problem.txt +++ b/templates/email/fixamingata/alert-problem.txt @@ -1,4 +1,4 @@ -Subject: Nya rapporter på FixMyStreet +Subject: Nya rapporter på FixaMinGata Följande rapporter har nyligen lagts till på: diff --git a/templates/email/fixamingata/reply-autoresponse b/templates/email/fixamingata/reply-autoresponse index 0ff06dd78..7935b1717 100644 --- a/templates/email/fixamingata/reply-autoresponse +++ b/templates/email/fixamingata/reply-autoresponse @@ -16,7 +16,7 @@ Om du vill avbryta en prenumeration finns det en länk sist i varje brev som du kan klicka på för att avbryta en prenumeration. Om du har frågor eller kommenterar på tjänsten kan du lämna dina -kommenterar på http://fixamingata.se/contact +kommenterar på https://fixamingata.se/contact Vänligen, FixaMinGata diff --git a/templates/email/fixamingata/submit.txt b/templates/email/fixamingata/submit.txt index 009ac9c6a..95365b87e 100644 --- a/templates/email/fixamingata/submit.txt +++ b/templates/email/fixamingata/submit.txt @@ -51,11 +51,11 @@ mot system som Open311. Om ni vill läsa mer om FixaMinGata och vad det innebär för er som kommun kan ni hitta ytterligare information på vår informationssida för kommuner: - <http://fixamingata.se/kommun> + <https://fixamingata.se/kommun> Kontakta Föreningen Sambruk via: - <http://fixamingata.se/contact> + <https://fixamingata.se/contact> [% signature %] diff --git a/templates/web/fixamingata/header_opengraph.html b/templates/web/fixamingata/header_opengraph.html new file mode 100644 index 000000000..7d09d6009 --- /dev/null +++ b/templates/web/fixamingata/header_opengraph.html @@ -0,0 +1,6 @@ + <meta property="og:url" content="[% c.cobrand.base_url %][% c.req.uri.path %]"> + <meta property="og:title" content="[% title || site_name %]"> + <meta property="og:site_name" content="[% site_name %]"> + [% IF c.req.uri.path == '/' %]<meta property="og:description" content="Rapportera, visa, eller diskutera lokala problem.">[% END %] + <meta property="og:type" content="website"> + [% INCLUDE 'header_opengraph_image.html' %] diff --git a/templates/web/fixamingata/header_opengraph_image.html b/templates/web/fixamingata/header_opengraph_image.html new file mode 100644 index 000000000..7ec1aabb0 --- /dev/null +++ b/templates/web/fixamingata/header_opengraph_image.html @@ -0,0 +1,4 @@ + <meta property="og:image" content="[% c.cobrand.base_url %]/cobrands/fixmystreet/images/fms-og_image.jpg"> + <meta property="og:image:type" content="image/jpeg"> + <meta property="og:image:width" content="1200"> + <meta property="og:image:height" content="630"> |