From 907a38a47062f7a418013ab616e3dcc22cf0dd94 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Sun, 7 Apr 2024 19:15:17 -0400 Subject: [PATCH] Fix open graph --- src/how_to_run_a_journal.dj | 1 + templates/article.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/how_to_run_a_journal.dj b/src/how_to_run_a_journal.dj index 8599aeb..03c9015 100644 --- a/src/how_to_run_a_journal.dj +++ b/src/how_to_run_a_journal.dj @@ -18,6 +18,7 @@ paragraph 1. list 2. list +3. list ``` The benefit of using djot is that it compiles directly to HTML, thus the jorunalists who have joined Compute don't need to learn HTML to write articles. They also don't need to learn a clunky slow website editor like Wix or Squarespace. diff --git a/templates/article.html b/templates/article.html index 65bcc57..4ea3c01 100644 --- a/templates/article.html +++ b/templates/article.html @@ -17,7 +17,7 @@ {% for author in authors %} - + {% endfor %} @@ -68,4 +68,4 @@ - + \ No newline at end of file