diff options
Diffstat (limited to '_site/index.html')
| -rw-r--r-- | _site/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/_site/index.html b/_site/index.html index 209dcc0..a73cf3c 100644 --- a/_site/index.html +++ b/_site/index.html @@ -17,18 +17,18 @@ <ul id="navlist" class="left"> <li class="active"> - <a href="/">hme</a> + <a href="/" class="link-decor-none">hme</a> </li> <li > - <a href="/archive/">arc</a> + <a href="/archive/" class="link-decor-none">blg</a> </li> <li > - <a href="/projects/">prj</a> + <a href="/projects/" class="link-decor-none">poc</a> </li> <li > - <a href="/about/">abt</a> + <a href="/about/" class="link-decor-none">abt</a> </li> - <li><a href="/feed.xml">rss</a></li> + <li><a href="/feed.xml" class="link-decor-none">rss</a></li> </ul> </div> @@ -53,7 +53,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/neo4j-a-star-search/">Neo4J A* search</a> + <a href="/archive/neo4j-a-star-search/" class="link-decor-none">Neo4J A* search</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -66,7 +66,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/my-first-pcb/">My first PCB</a> + <a href="/archive/my-first-pcb/" class="link-decor-none">My first PCB</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -79,7 +79,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/mosfet-switches/">MOSFETs</a> + <a href="/archive/mosfet-switches/" class="link-decor-none">MOSFETs</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -92,7 +92,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/awesome-books/">Awesome books</a> + <a href="/archive/awesome-books/" class="link-decor-none">Awesome books</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -105,7 +105,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-uno/">Notes on programming ATmega328P chips</a> + <a href="/archive/arduino-uno/" class="link-decor-none">Notes on programming ATmega328P chips</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> @@ -118,7 +118,7 @@ <tr> <td class="posts-td posts-td-link"> - <a href="/archive/arduino-due/">Bare-metal ARM Cortex M3 chips</a> + <a href="/archive/arduino-due/" class="link-decor-none">Bare-metal ARM Cortex M3 chips</a> </td> <td class="posts-td posts-td-time"> <span class="post-meta"> |
