aboutsummaryrefslogtreecommitdiff
path: root/post.esh
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-25 15:26:32 +0000
committerAkshay <[email protected]>2021-02-25 15:26:32 +0000
commit6ae6d2e458747cf5a30f204c727d45121ff3e8e4 (patch)
tree633565617042795ab97ea4df641a886fbd54c386 /post.esh
parentcdde1d9a54ce7f86503956e445dbbaf8540e9b96 (diff)
fix footer breadcrumbs
Diffstat (limited to 'post.esh')
-rw-r--r--post.esh2
1 files changed, 2 insertions, 0 deletions
diff --git a/post.esh b/post.esh
index 306162e..505a789 100644
--- a/post.esh
+++ b/post.esh
@@ -47,6 +47,8 @@
47 <a href="/" class="post-end-link">Home</a> 47 <a href="/" class="post-end-link">Home</a>
48 <span>/</span> 48 <span>/</span>
49 <a href="/posts" class="post-end-link">Posts</a> 49 <a href="/posts" class="post-end-link">Posts</a>
50 <span>/</span>
51 <a class="post-end-link"><%=$title%></a>
50 <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/<% basename $file%>">View Raw</a> 52 <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/<% basename $file%>">View Raw</a>
51 </div> 53 </div>
52 </div> 54 </div>