aboutsummaryrefslogtreecommitdiff
path: root/post.esh
diff options
context:
space:
mode:
Diffstat (limited to 'post.esh')
-rw-r--r--post.esh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.esh b/post.esh
index d644372..17d34c8 100644
--- a/post.esh
+++ b/post.esh
@@ -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>