Problems mostly spotted by @sfreudenberg
> Keep cards on work page to equal heights
> Keep width full so taciturn types aren't shrunk
> Change within-flow block padding to margin so spacing *does* collapse
> Keep underline visible when dark navbar not followed by dark section
> That wouldn't work *with* dark section; just move active bar closer
> Commit compiled CSS
Ref #142
> Keep permalinks working even if ionicon service down
> Skip permalink & tags section for pages, landing pages
> Add organization (not individual) indicator, may not work
Ref #32
> Bring up form when it has focus, also
> Give search form focus when it's hovered over
> Ensure additional hover states have matching focus states
> Set permalink (comment ID) correctly
Ref #32
> Drop extra to get rid of rude not verified message
> Tweak alignment of ionicons
> Keep link icon for permalink from being ugly for screenreaders
> Attempt to smooth over link icon in screenreaders
> Restrict comment form to middle flow
> Avoid printing reply link to regular users
> Get unlinked title in a slightly less hacky way
> Prevent comment title from being link (stupid /comment/123 link at that)
Hacks just there because the FlatComment module that Gnuget ported to D8 a year and
a half ago hasn't been released by the maintainer yet :-/
Ref #32
> Place bylines outside of titlebar
> Only print the titlebar_links section if there's actually anything there
> Restore distance between byline and title that adding titlebar div took away
> Print the secondary menu in the titlebar area
> Blank out the regular secondary menu block
> Set starting default navbar to light header rather than transparent header
> Give a try printing the secondary menu in the titlebar in the header
> Scrollmagic doesn't know how to remove the initial state so just don't have it
> Minimize flash of different navbar color
> Let's try making blog posts light per design
> And whatever, let's make random non-node pages have dark blue navbars too
> Bring person node paragraphs in line with regular node paragraph handling
> Use the field summary + include paragraph wrapper for it
> Consistantly use 'false' rather than 'not true'
Ref #110
> We're using minimal HTML so we can actually print paragraph tags as designed
> Overhaul card template for small cards
> Set classes for views rows showing small cards
> Add back div for embedded views so we can pass classes in from the view
Ref #110