diff options
-rwxr-xr-x | compile-md.sh | 4 | ||||
-rw-r--r-- | www/wishlist.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/compile-md.sh b/compile-md.sh index 7b982c0..c02e692 100755 --- a/compile-md.sh +++ b/compile-md.sh @@ -24,8 +24,8 @@ else fi pclass=$(echo "$title" | tr [:upper:] [:lower:]) -sed -ie "s/PAGE_TITLE/$title/" $out # replace title -sed -ie "s/PAGE_CLASS/$pclass/" $out # replace class +sed -i "s/PAGE_TITLE/$title/" $out # replace title +sed -i "s/PAGE_CLASS/$pclass/" $out # replace class markdown $in >> $out diff --git a/www/wishlist.html b/www/wishlist.html index 200ef5f..0541046 100644 --- a/www/wishlist.html +++ b/www/wishlist.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0"> - <title>senders.io - wishlist</title> + <title>senders.io - Wishlist</title> <link rel='stylesheet' type='text/css' href='/index.css'> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> @@ -106,7 +106,7 @@ <a href= "https://www.discogs.com/release/9368901-Kanga-Kanga">Discogs</a> </td> - <td style="text-align:center;">💖</td> + <td style="text-align:center;"></td> </tr> <tr> <td>KANGA</td> |