diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-08 17:34:35 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-12-08 21:05:19 +0800 |
| commit | 752a06ec0ebf20d6232b13f1ea53fe21fefcefbd (patch) | |
| tree | 690411afad8eb76216417a42de94135214cb2401 /_site/index.html | |
| parent | 20b0a045a7dc78f9728837fe5a1be8cf12caae4e (diff) | |
| download | www-752a06ec0ebf20d6232b13f1ea53fe21fefcefbd.tar.gz | |
Fix list indentation.
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/_site/index.html b/_site/index.html index 45e440f..6d65535 100644 --- a/_site/index.html +++ b/_site/index.html @@ -20,7 +20,7 @@ <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/" class="link-decor-none">blg</a> + <a href="/blog/" class="link-decor-none">blg</a> </li> <li > <a href="/projects/" class="link-decor-none">poc</a> @@ -56,7 +56,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> + <a href="/blog/suckless-software/" class="link-decor-none">How I manage Suckless software packages</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -69,7 +69,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> + <a href="/blog/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -82,7 +82,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> + <a href="/blog/mosfet-switches/" class="link-decor-none">MOSFETs as electronic switches</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -95,7 +95,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> + <a href="/blog/arduino-uno/" class="link-decor-none">How to configure ATmega328P microcontrollers to run at 3.3V and 5V</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -108,7 +108,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> + <a href="/blog/arduino-due/" class="link-decor-none">How to set up ATSAM3X8E microcontrollers for bare-metal programming in C</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> |
