the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: move lightbox.js into the js folder

+3 -3
static/lightbox.js static/js/lightbox.js
+3 -3
templates/head.html
··· 80 80 base64=true) %} 81 81 <script src="{{ get_url(path='js/emoji-replace.js?' ~ emojiJsHash, trailing_slash=false) | safe }}" defer></script> 82 82 83 - {% set lightboxJsHash = get_hash(path="lightbox.js", sha_type=256, 83 + {% set lightboxJsHash = get_hash(path="js/lightbox.js", sha_type=256, 84 84 base64=true) %} 85 - <script src="{{ get_url(path='lightbox.js?' ~ lightboxJsHash, trailing_slash=false) | safe }}" defer></script> 85 + <script src="{{ get_url(path='js/lightbox.js?' ~ lightboxJsHash, trailing_slash=false) | safe }}" defer></script> 86 86 87 87 {% set relativeTimeJsHash = get_hash(path="js/relative-time.js", sha_type=256, 88 88 base64=true) %} ··· 143 143 </div> 144 144 <img class="u-photo" src="/pfps/fall.jpg" 145 145 alt="kieran wearing a robotics sweatshirt and standing in front of a tree with fall leaves" /> 146 - </div> 146 + </div>