aboutsummaryrefslogtreecommitdiff
path: root/post.esh
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-25 18:14:22 +0000
committerAkshay <[email protected]>2020-01-25 18:14:22 +0000
commit34766e3d54af6c9f44babb03feb84bd228e5127d (patch)
tree15f80227381795d5423b03e98768e78917201c13 /post.esh
parent7a135bc91aaf941c8ab39d13662bd417f9cbce10 (diff)
add footer, visual separators
Diffstat (limited to 'post.esh')
-rw-r--r--post.esh6
1 files changed, 3 insertions, 3 deletions
diff --git a/post.esh b/post.esh
index 7660113..a319365 100644
--- a/post.esh
+++ b/post.esh
@@ -14,15 +14,15 @@
14 <div class="posts"> 14 <div class="posts">
15 <div class="post"> 15 <div class="post">
16 <div class="date"> 16 <div class="date">
17 <%= "$date"%> 17 <%="$date"%>
18 <span class="commit-hash"> 18 <span class="commit-hash">
19 <a href="https://github.com/nerdypepper/site/blob/master/posts/<%basename "$file"%>" style="text-decoration: none"> 19 <a href="https://github.com/nerdypepper/site/blob/master/posts/<%basename "$file"%>" style="text-decoration: none">
20 <%= "$commit"%> 20 <%="$commit"%>
21 </a> 21 </a>
22 </span> 22 </span>
23 </div> 23 </div>
24 <span class="post-title"> 24 <span class="post-title">
25 <%= $title%> 25 <%=$title%>
26 </span> 26 </span>
27 <div class="post-text"> 27 <div class="post-text">
28 <% lowdown "$file"%> 28 <% lowdown "$file"%>