Skip to content
Snippets Groups Projects
Commit fcb5a00b authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 95744c9b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
title: "<%= @page.title %>"
permalink: "<%= @page.path %>"
parent: "<%= @page.parent_id %>"
description: "<%= @page.description %>"
description: "<%= prepare_for_github @page.description %>"
text: "<%= prepare_for_github @page.text %>"
---
<%= @page.content_without_frontmatter.html_safe %>
......@@ -2,7 +2,7 @@
title: "<%= @post.title %>"
date: <%= @post.published_at %> UTC
slug: "<%= @post.slug %>"
description: "<%= @post.description %>"
description: "<%= prepare_for_github @post.description %>"
text: "<%= prepare_for_github @post.text %>"
---
<%= @post.content_without_frontmatter.html_safe %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment