diff --git a/jsonld_templates/blog_post.jsonld b/jsonld_templates/blog_post.jsonld index 2f6499e..90c4a2e 100644 --- a/jsonld_templates/blog_post.jsonld +++ b/jsonld_templates/blog_post.jsonld @@ -38,5 +38,5 @@ "keywords": [], "genre": [], "articleSection": "Blog Post", - "articleBody": "{{content}}" + "__articleBody__": "{{content}}" } \ No newline at end of file diff --git a/templates/page.html b/templates/page.html index cfeb87b..d67521d 100644 --- a/templates/page.html +++ b/templates/page.html @@ -50,7 +50,6 @@ MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], displayMat replace(from="{{title}}", to=page.title) | replace(from="{{date}}", to=page.date) | replace(from="{{profile_pic}}", to=config.extra.profile_photo) | - replace(from="{{content}}", to=page.content | striptags | linebreaksbr) | safe }}