~dricottone/blog

ref: 65f844340698f66b74aa9f1a63e2801ff22f1c74 blog/layouts/partials/head.html -rw-r--r-- 1.9 KiB
Bump jquery version
Slight refactor

I'm trying to replace `var` with `let` everywhere. TBD if that's a good
idea or not.
Refactor head partial

Switch commented-out resources to conditional resources. Now these CSS
and JS files can be sourced on a per-page basis. Simply set e.g.
`lightbox = true` in the header of a Markdown file.

Removed outdated `navi.css`.

Added helpful comments and reorganized resources by type rather than
source.

Added logic to JS inline script so that the list navigation can be
tabbed through and the focused item will trigger on hitting Enter.