diff --git a/_config.yml b/_config.yml index 03f0d8e..2db3b63 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ name: rmc title: rmc url: https://randommeaninglesscharacters.com +target: whatever # set to "STRIPPED" for no links version (also unlisted to google) shopurl: https://shop.randommeaninglesscharacters.com imgurl: https://cdn.randommeaninglesscharacters.com/img-dsi/ appurl: https://cdn.randommeaninglesscharacters.com/rmc-dsi/ diff --git a/_layouts/dsiware.html b/_layouts/dsiware.html index 78e1750..6f5958b 100755 --- a/_layouts/dsiware.html +++ b/_layouts/dsiware.html @@ -1,6 +1,9 @@
+ {% if site.target == "STRIPPED" -%} + + {%- endif %} {% if page.app == null -%} diff --git a/todo.md b/todo.md index 9970120..d2a83e3 100644 --- a/todo.md +++ b/todo.md @@ -17,4 +17,5 @@ - [X] Unmark incomplete pages as listed in CSV - [X] Smaller image sizes - [X] Make all screenshots use screenshot class -- [X] Fix generated home menu preview \ No newline at end of file +- [X] Fix generated home menu preview +- [ ] Fix blog images \ No newline at end of file