diff options
Diffstat (limited to 'blog/dst/a/first_blog_post.html')
-rw-r--r-- | blog/dst/a/first_blog_post.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/blog/dst/a/first_blog_post.html b/blog/dst/a/first_blog_post.html index a4327e2..ed5dbcd 100644 --- a/blog/dst/a/first_blog_post.html +++ b/blog/dst/a/first_blog_post.html @@ -82,6 +82,24 @@ <p>At the moment, I’m not satisfied because there’s no automatic date insertion into the 1) html file, 2) the blog post itself and 3) the listing system in the <a href="https://blog.luevano.xyz/">blog homepage</a> (and there’s also the problem with the ordering of the entries…). And all of this just because I didn’t want to use <a href="https://github.com/LukeSmithxyz/lb">Luke’s</a> solution (don’t really like that much how he handles the scripts… <em>but they just work</em>).</p> <p>Hopefully, for tomorrow all of this will be sorted out and I’ll have a working blog system.</p> + <div class="page-nav"> + <span class="next"> + <a href="https://blog.luevano.xyz/a/el_blog_ya_tiene_timestamps.html" alt="Next"> + <i class="fas fa-arrow-left" alt="Arrow left"></i> + <span>Next</span> + </a> + </span> + + <span class="index"> + <a href="https://blog.luevano.xyz" alt="Index"> + <i class="fas fa-home" alt="Home"></i> + <span>Index</span> + </a> + </span> + +</div> + + <hr> <div class="article-info"> <p>By David LuĂ©vano</p> |