diff options
Diffstat (limited to 'post.esh')
-rw-r--r-- | post.esh | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -16,7 +16,11 @@ | |||
16 | <body> | 16 | <body> |
17 | <div class="posts"> | 17 | <div class="posts"> |
18 | <div class="post"> | 18 | <div class="post"> |
19 | <a href="/posts" class="post-end-link">⟵ Back</a> | 19 | <a href="/" class="post-end-link">Home</a> |
20 | <span>/</span> | ||
21 | <a href="/posts" class="post-end-link">Posts</a> | ||
22 | <span>/</span> | ||
23 | <a class="post-end-link"><%=$title%></a> | ||
20 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/<% basename $file%>">View Raw</a> | 24 | <a class="stats post-end-link" href="https://git.peppe.rs/web/site/plain/posts/<% basename $file%>">View Raw</a> |
21 | <div class="separator"></div> | 25 | <div class="separator"></div> |
22 | <div class="date"> | 26 | <div class="date"> |
@@ -40,7 +44,9 @@ | |||
40 | <% pandoc --quiet -t html --highlight-style monochrome "$file" %> | 44 | <% pandoc --quiet -t html --highlight-style monochrome "$file" %> |
41 | </div> | 45 | </div> |
42 | <%= "$intro" %> | 46 | <%= "$intro" %> |
43 | <a href="/posts" class="post-end-link">⟵ Back</a> | 47 | <a href="/" class="post-end-link">Home</a> |
48 | <span>/</span> | ||
49 | <a href="/posts" class="post-end-link">Posts</a> | ||
44 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/<% basename $file%>">View Raw</a> | 50 | <a class="stats post-end-link" href="https://raw.githubusercontent.com/nerdypepper/site/master/posts/<% basename $file%>">View Raw</a> |
45 | </div> | 51 | </div> |
46 | </div> | 52 | </div> |