Skip to content

Commit

Permalink
Merge branch '2.0' into 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Nov 7, 2018
2 parents c4af354 + a99e9dd commit 5c490fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/Includes/Footer.ss
Expand Up @@ -56,7 +56,7 @@
<% if $SiteConfig.FooterLogoLink %>
href="$SiteConfig.FooterLogoLink">
<% else %>
href="http://newzealand.govt.nz/">
href="https://www.govt.nz/">
<% end_if %>

<img
Expand All @@ -69,7 +69,7 @@
<% if $SiteConfig.FooterLogoDescription %>
alt="$SiteConfig.FooterLogoDescription"
<% else %>
alt="<%t CWP.Footer.GovAlt "newzealand.govt.nz - connecting you to New Zealand central &amp; local government services" %>"
alt="<%t CWP.Footer.GovAlt "Govt.nz - connecting you to New Zealand central &amp; local government services" %>"
<% end_if %>
/>
</a>
Expand Down
8 changes: 5 additions & 3 deletions templates/Includes/NewsSummary.ss
Expand Up @@ -4,9 +4,11 @@
<% loop $getNewsItems(3) %>
<article class="news-item">
<h4 class="h5"><a href="{$Link}">{$Title}</a></h4>
<p class="meta-info">
<time datetime="$Created.Nice">{$Created.Nice}</time>
</p>
<% if $Date %>
<p class="meta-info">
<time datetime="$Date.Nice">{$Date.Nice}</time>
</p>
<% end_if %>
<% if $Abstract %>
<p>{$Abstract}</p>
<% else %>
Expand Down

0 comments on commit 5c490fd

Please sign in to comment.