Browse Source

Fixed blogs opening in new tab/window

old
Jean 1 year ago
parent
commit
f78d3d856c
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      blog/index.html
  2. +2
    -2
      res/mkd/blog.md

+ 2
- 2
blog/index.html View File

@@ -59,8 +59,8 @@
<main>
<h1 id="read-my-dumb-thoughts-at-your-own-peril">Read my dumb thoughts at your own peril!</h1>
<ul>
<li>2022/11/05 - <a href="/blog/2022/11/why_my_website_is_nothing_fancy/" target="_blank">Why My Website is Nothing Fancy</a></li>
<li>2019/05/26 - <a href="/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/" target="_blank">Nexus 7 2013 (WiFi) and Ubuntu Touch</a></li>
<li>2022/11/05 - <a href="/blog/2022/11/why_my_website_is_nothing_fancy">Why My Website is Nothing Fancy</a></li>
<li>2019/05/26 - <a href="/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch">Nexus 7 2013 (WiFi) and Ubuntu Touch</a></li>
</ul>
</main>
</body>


+ 2
- 2
res/mkd/blog.md View File

@@ -1,5 +1,5 @@
Read my dumb thoughts at your own peril!
========================================

* 2022/11/05 - [Why My Website is Nothing Fancy](/blog/2022/11/why_my_website_is_nothing_fancy/)
* 2019/05/26 - [Nexus 7 2013 (WiFi) and Ubuntu Touch](/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch/)
* 2022/11/05 - [Why My Website is Nothing Fancy](/blog/2022/11/why_my_website_is_nothing_fancy)
* 2019/05/26 - [Nexus 7 2013 (WiFi) and Ubuntu Touch](/blog/2019/05/nexus_7_2013_wifi-and-ubuntu-touch)

Loading…
Cancel
Save