diff options
Diffstat (limited to 'blog/dst/a/new_blogging_system.html')
-rw-r--r-- | blog/dst/a/new_blogging_system.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/blog/dst/a/new_blogging_system.html b/blog/dst/a/new_blogging_system.html index c52ba09..210f15e 100644 --- a/blog/dst/a/new_blogging_system.html +++ b/blog/dst/a/new_blogging_system.html @@ -85,6 +85,30 @@ <p>It might sound convoluted, but it works pretty well, with of course room to improve; I’m open to suggestions, issue reporting or direct contributions <a href="https://github.com/luevano/pyssg">here</a>. BTW, it only works on Linux for now (and don’t think on making it work on windows, but feel free to do PR for the compatibility).</p> <p>That’s it for now, the new RSS feed is available here: <a href="https://blog.luevano.xyz/rss.xml">https://blog.luevano.xyz/rss.xml</a>.</p> + <div class="page-nav"> + <span class="next"> + <a href="https://blog.luevano.xyz/a/asi_nomas_esta_quedando.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> + + <span class="previous"> + <a href="https://blog.luevano.xyz/a/git_server_with_cgit.html" alt="Previous"> + <i class="fas fa-arrow-right" alt="Arrow right"></i> + <span>Previous</span> + </a> + </span> +</div> + + <hr> <div class="article-info"> <p>By David LuĂ©vano</p> |