diff options
Diffstat (limited to 'post.esh')
-rw-r--r-- | post.esh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ | |||
36 | <%=$title%> | 36 | <%=$title%> |
37 | </h1> | 37 | </h1> |
38 | <div class="post-text"> | 38 | <div class="post-text"> |
39 | <% lowdown "$file"%> | 39 | <% pandoc --quiet -t html -s --highlight-style monochrome "$file" %> |
40 | </div> | 40 | </div> |
41 | <%= "$intro" %> | 41 | <%= "$intro" %> |
42 | <a href="/" class="post-end-link">⟵ Back</a> | 42 | <a href="/" class="post-end-link">⟵ Back</a> |