144 Commits

Author SHA1 Message Date
1a76946f60 Use custom element for content wrapper 2024-06-23 18:01:04 +08:00
1100822cd0 Remove navigation ARIA role from nav elements 2024-06-23 16:17:53 +08:00
dd3ff4d15c Remove defer attribute from standalone <script> tags 2024-06-23 16:17:00 +08:00
5b559e3b60 Remove trailing slashes from self-closing HTML tags 2024-06-23 16:15:57 +08:00
5095ac21d8 Remove redundant meta tags 2024-06-23 16:13:15 +08:00
dbade75e09 Remove Twitter meta generation 2024-06-23 16:11:26 +08:00
406a00731b Format indentation of default font template 2024-06-20 21:44:24 +08:00
4b5a81eb4e Rename default font template from defaultfont to fontdefault 2024-06-20 21:43:54 +08:00
0414557b6a Rename customCSSSheet variable to customCSSSheets 2024-06-18 16:43:57 +08:00
a46db97105 Use url filter for script file links 2024-06-18 16:36:08 +08:00
2cfce7f30b Set custom CSS set as frontmatter variable 2024-06-18 16:33:13 +08:00
92aa1872d4 Fix blog post pagination CSS indentation 2024-06-15 18:40:21 +08:00
cecdd801cb Remove aria-labelledBy from blog post pagination 2024-06-15 18:25:15 +08:00
622df81401 Merge blog post template into content template 2024-06-15 18:21:47 +08:00
bbdcd2080b Fix navigation menu's aria-expanded attribute when closed with Escape key 2024-06-14 03:01:14 +08:00
7e8962b491 Use SVG icon for navigation hamburger menu 2024-06-14 02:54:37 +08:00
d9a1875c43 Adjust minimum and preferred bottom padding of footer 2024-06-13 22:11:32 +08:00
8bee595a36 Increase bottom padding of footer 2024-06-13 21:41:31 +08:00
35e1d4de45 Remove title attribute for back to top link 2024-06-13 21:32:49 +08:00
42162ab342 Remove JavaScript for back to top link 2024-06-13 21:31:42 +08:00
1a6a3ae6ca Create partial for favicon 2024-06-12 17:23:51 +08:00
789b7d24c9 Reduce navbar's toggle font size and paddings 2024-06-12 08:07:16 +08:00
012d0c8d99 Fix shrine footer and increase gap between footer elements 2024-06-12 07:57:58 +08:00
322b2ddfc9 Refactor navigation hamburger menu to an accordion 2024-06-12 01:24:10 +08:00
19fbfb9c91 Set variable for top link title 2024-06-11 14:07:08 +08:00
13b5f4ce1b Adjust footer paddings 2024-06-11 13:16:19 +08:00
a61ca6123d Remove smooth scrolling preference check from back to top script 2024-06-11 09:32:26 +08:00
e275b9a605 Add back to top title to the link button 2024-06-11 04:32:29 +08:00
c948300408 Overhaul back to top button and link
Make back-to-top button an anchor element and shows back to top text link if JavaScript is disabled
2024-06-11 04:22:50 +08:00
fbb0fa15f0 Remove smooth scrolling from 2024-06-11 03:04:50 +08:00
9627290773 Rename ID of top of page to #top 2024-06-11 02:12:16 +08:00
517cf40105 Add arrow decorations to footer's back to top link 2024-06-11 02:07:28 +08:00
86bf6a08af Use SVG for scroll to top button icon 2024-06-11 02:05:11 +08:00
6bb6da7f42 Initiate variables for navbar class names 2024-06-10 19:35:27 +08:00
4ff105f855 Place default font links into default font template 2024-06-10 18:01:08 +08:00
0318c0cd86 Initiate articleElement boolean for content pages to use <article> tags 2024-06-10 17:42:59 +08:00
a407e2c681 Make navigation links flexbox on all screen sizes 2024-06-10 16:55:19 +08:00
aa348e0478 Make breadcrumb navigation a number list 2024-06-10 13:53:20 +08:00
f5694ccf3a Add event parameter to handleBlur function 2024-06-08 00:47:33 +08:00
337393ab61 Add semicolon to handleBlue navigation function 2024-06-08 00:45:55 +08:00
e4d2ead075 Close navigation if the user tabs out of navigation links 2024-06-08 00:45:21 +08:00
68b462f862 Enable using escape key to close navigation toggle 2024-06-08 00:43:19 +08:00
479eb20bec Use double quotes for navigation toggle functions 2024-06-08 00:39:51 +08:00
872f049680 Attribute source of accessible navigation toggle script 2024-06-08 00:38:50 +08:00
df3db4140d Use ariaExpanded method for navigation toggle function 2024-06-08 00:37:13 +08:00
60077f2929 Refactor navigation toggle function 2024-06-08 00:36:30 +08:00
d466d661ac Refactor aria-expanded attribute check 2024-06-08 00:29:11 +08:00
38f4c69895 Check aria-expanded value instead of class name to toggle the attribute of navigation toggle button 2024-06-08 00:24:58 +08:00
366ff401cd Restore navigation toggle to button element and add aria-expanded attribute toggle 2024-06-08 00:17:59 +08:00
2b3bc1855b Optimise navigation toggle label for screen readers 2024-06-07 21:00:55 +08:00