We need a feed reader that's also a publishing tool and that has the ability to send webmentions. That way we … http://blog.henrikcarlsson.se/2016/05/7892/
WeChat ID
aaronpk_tv
"The other “gotcha!” with having a sticky header is making sure that in-page anchors still work. Nicolas Gallagher covers the options for this in a post called Jump links and viewport positioning. Here’s the CSS I ended up using:
:target:before {
content: '';
display: block;
height: 3em;
margin: -3em 0 0;
}"