diff options
-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> `; |