erynwells.me/layouts/partials
Eryn Wells 9601e1e283 Implement fingerprinting site and page resources
This will keep browsers from caching files that have changed. I've also added
SRI information to the <script> and <link> elements for browsers to verify
resources.

Squashed commit of the following:

commit f3fcb16388
Author: Eryn Wells <eryn@erynwells.me>
Date:   Tue Nov 8 17:47:42 2022 -0800

    Remove static/styles/root.css

commit 53a30624a0
Author: Eryn Wells <eryn@erynwells.me>
Date:   Tue Nov 8 17:47:26 2022 -0800

    Add back the basic table styles that got ditched when root.css was moved to assets/styles

commit 294fa8343b
Author: Eryn Wells <eryn@erynwells.me>
Date:   Tue Nov 8 17:45:38 2022 -0800

    Get all the fingerprinting done!

    - Add partials in the resources folder for each of the major resources of my site
    - Consolidate .css and .js files via resources.Concat where possible

commit d0b223fa33
Author: Eryn Wells <eryn@erynwells.me>
Date:   Mon Nov 7 08:36:39 2022 -0800

    All the template updates for fingerprinting

commit 1751abadac
Author: Eryn Wells <eryn@erynwells.me>
Date:   Mon Nov 7 08:36:27 2022 -0800

    Add secure_asset.html template

commit 94ea8068c9
Author: Eryn Wells <eryn@erynwells.me>
Date:   Mon Nov 7 08:35:48 2022 -0800

    Move a bunch of scripts and CSS to assets so they can be processed with Hugo Pipes

    Use Pipes to fingerprint and add SLI information to <script> and <link> tags.
2022-11-08 17:50:11 -08:00
..
development Redo the blog list layout to make it work a little better on narrow screens 2022-10-30 11:30:41 -07:00
images Update the photo_thumbnail template to return the thumbnail itself, unmodified, if no changes are required 2022-11-03 09:16:13 -07:00
nethack
resources Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
atom_entry_metadata.xml Put - around $scheme declaration in atom_entry_metadata 2022-11-05 23:58:50 -07:00
content_header.html Add the series to the content header 2022-10-31 08:41:24 -07:00
footer.html Clean up the footer layout and styles 2022-10-25 17:37:15 -04:00
footer_tags.html Move footer tags list to a partial so photos and blogs can use the same template 2022-10-31 08:40:17 -07:00
head.html Reformat the head template a little bit 2022-11-03 09:15:45 -07:00
header.html OOPS! Add back <a> tags to the site menu 2022-11-04 08:07:13 -07:00
photo_exif_table.html Photos WIP 2022-10-20 07:52:27 -07:00
rss_item_metadata.rss Break up the RSS template into item templates, like I did for atom 2022-11-05 13:21:09 -07:00
secure_asset.html Implement fingerprinting site and page resources 2022-11-08 17:50:11 -08:00
single_main.html Remove the .post-content section around {{ .Content }} 2022-10-31 08:41:40 -07:00
single_scripts.html