Skip to content

Commit

Permalink
fix meta tag output when passing non page seo object
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mc Cormack committed Mar 22, 2018
1 parent 263693a commit 2127d1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/HeadTags.ss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<% with SeoPageObject %>

<title>$PageMetaTitle</title>
<meta name="description" content="$PageMetaDescription">

Expand Down Expand Up @@ -69,3 +71,4 @@
<link rel="next" href="$PaginationNextTag">
<% end_if %>

<% end_with %>

0 comments on commit 2127d1d

Please sign in to comment.