1

hide body

This commit is contained in:
Evan Pratten 2022-05-08 10:27:46 -04:00
parent 420b3cc4a9
commit 62d0c48337
2 changed files with 1 additions and 2 deletions

View File

@ -38,5 +38,5 @@
"keywords": [],
"genre": [],
"articleSection": "Blog Post",
"articleBody": "{{content}}"
"__articleBody__": "{{content}}"
}

View File

@ -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
}}
</script>