0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 18:52:40 +00:00

tweak snippet

This commit is contained in:
Trevor Buckner
2023-05-08 14:06:44 -04:00
parent 42fdb0ebb1
commit b8372ebdcc

View File

@@ -123,9 +123,8 @@ module.exports = {
},
back : function() {
return dedent`{{backCover}}
![background image](https://i.imgur.com/IwHRrbF.jpg){right:-150px;}
return dedent`
{{backCover}}
# Back cover
@@ -138,9 +137,12 @@ module.exports = {
For use with any fantasy roleplaying manuals, existing and to exist.
![background image](https://i.imgur.com/MJ4YHu7.jpg){position:absolute,bottom:0,left:0,height:100%}
{{logo
Homebrewery.Naturalcrit.com
}}`;
}}
\page`;
}
};