diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-04-06 13:47:23 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-04-06 13:47:23 -0300 |
commit | 2f89cecd17f471de61d217e71dd7551773a9e725 (patch) | |
tree | 57deeccf9d8c9e63a6958fd388f567055d3a77b4 | |
parent | 1d0a1a3a087b46422fdcb0fa7ca111274d86c87b (diff) |
fix banner waiting to load messing up layout
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index e87eb231..6ea0bf39 100755 --- a/upd8.js +++ b/upd8.js @@ -2402,7 +2402,7 @@ writePage.html = (pageFn, {paths, strings, to}) => { <img ${attributes({ src: banner.src, alt: banner.alt - })}> + })} width="1100" height="200"> </div> `; |