0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +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() { back : function() {
return dedent`{{backCover}} return dedent`
{{backCover}}
![background image](https://i.imgur.com/IwHRrbF.jpg){right:-150px;}
# Back cover # Back cover
@@ -138,9 +137,12 @@ module.exports = {
For use with any fantasy roleplaying manuals, existing and to exist. 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 {{logo
Homebrewery.Naturalcrit.com Homebrewery.Naturalcrit.com
}}`; }}
\page`;
} }
}; };