Closed davidhund closed 7 years ago
This could be seen as a user error, but I noticed that inlineStyles basically duplicated my already-inline styles.
inlineStyles
For my site I have all styles as an inline style block in the head. So no external <link>.
<link>
usus render --url https://valuedstandards.com/ --inlineStyles true > valuedstandards.html
.. will result in duplicate <style> blocks in the <head> :-)
<style>
<head>
Again: this might be to be expected since I should not have used inlineStyles, but it would be neat if this could be caught.
No, this sounds like a bug. Thank you for reporting.
🎉
This could be seen as a user error, but I noticed that
inlineStyles
basically duplicated my already-inline styles.For my site I have all styles as an inline style block in the head. So no external
<link>
... will result in duplicate
<style>
blocks in the<head>
:-)Again: this might be to be expected since I should not have used
inlineStyles
, but it would be neat if this could be caught.