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