diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-06-25 16:25:08 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-06-25 16:27:52 +0200 |
commit | b09604af4d1472310d8ad7320354606d15ed795d (patch) | |
tree | 74edac5797e644625bd5ba105b9cee9730ae7c51 | |
parent | ae47eb306c11c2533a87ea48dc195e5d2ef8a158 (diff) | |
download | website-b09604af4d1472310d8ad7320354606d15ed795d.tar.xz |
Replace post urls with #
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,10 +29,10 @@ <div class="post-list"> <ul> <li> - <span class="date">2014-02-13 »</span> <a href="/2014/02/13/in-which-we-die/">In Which We Die</a> + <span class="date">2014-02-13 »</span> <a href="#">In Which We Die</a> </li> <li> - <span class="date">2014-01-02 »</span> <a href="/2014/01/02/hai/">hai there</a> + <span class="date">2014-01-02 »</span> <a href="#">hai there</a> </li> </ul> </div> |