From 62d0c4833766671182ed0aeeb76bb16cc3f35174 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 8 May 2022 10:27:46 -0400 Subject: [PATCH] hide body --- jsonld_templates/blog_post.jsonld | 2 +- templates/page.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 }}