You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(where site-email is defined in _config.yml) in a page that used the post layout. However, the text "{{site.site-email}}" showed up in the rendered page. After a little quick investigation, I found the answer was to amend the post layout to use
{{content | markdownify}}
instead of
{{page.content | markdownify}}.
Seems too small a thing to issue a pull request, so just leaving a comment about it here.
The text was updated successfully, but these errors were encountered:
I tried to use
(where site-email is defined in _config.yml) in a page that used the post layout. However, the text "{{site.site-email}}" showed up in the rendered page. After a little quick investigation, I found the answer was to amend the post layout to use
instead of
Seems too small a thing to issue a pull request, so just leaving a comment about it here.
The text was updated successfully, but these errors were encountered: