NetNewsWire/Mac/MainWindow/Detail/page.html
Andrew Brehaut 5fea81971b #554 newsfoot.js and css are included in the page
These changes are the bare minimum required to get footnotes to appear and function on the article page.
 * The newsfoot.js script now wraps everything in an IIFE to prevent bleed to other scripts
 * Stylesheets are included in the main stylesheet, with the colors extracted out into separate selectors

Currently missing the arrow pointing to the footnote link, and no consideration exists for mobile presentation
beyond a max-width: 100vh on the footnote popover.
2019-09-22 14:06:51 +12:00

11 lines
186 B
HTML

<html>
<head>
<style>
</style>
<script src="main.js"></script>
<script src="newsfoot.js" async="async"></script>
</head>
<body>
</body>
</html>