Skip to content

Commit

Permalink
Fix error in HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbl committed Aug 23, 2021
1 parent 2f87066 commit 40ac243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ build: install
bundle exec jekyll build

check_links: build
bundle exec htmlproofer --empty_alt_ignore --allow-hash-href --url-swap "^\/426:" --url-ignore "/www.linkedin.com/,/learningsuite.byu.edu/" ./_site
bundle exec htmlproofer --empty_alt_ignore --allow-hash-href --url-swap "^\/426:" --url-ignore "/www.linkedin.com/,/learningsuite.byu.edu/" --check-html ./_site
2 changes: 1 addition & 1 deletion _pages/schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: Schedule
link: https://learningsuite.byu.edu/.YNti/cid-RI4f85SM8NmP/calendar
new_window: true
icon: far fa-calendar"
icon: far fa-calendar
---

0 comments on commit 40ac243

Please sign in to comment.