master #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "DashCampbell/MATH201:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP
Hello, its Dash, your website is very nice. My editor auto-formatted some of the files, so there's a lot less changes to the code then what Github says. That being said, here's a list of the changes I made.
I encountered some errors with how links are handled in javascript. This is likely because sasserisop.com is the root url on your website, but on localhost /MATH201 is the root url. If your getting errors because of wrong links, I suggest editing these lines inside themes/zettels/assets/js/search.js
Line 185: a_tag.href = val[1]; //permalink
Line 213: const permalink = note.permalink
Line 281: const requestURL = root + '/index.json';
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.