File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ <h5 class="no-anchor card-title listing-title">
596596</ div >
597597</ div > </ a >
598598</ div >
599- < div class ="g-col-1 " data-index ="10 " data-categories ="QWR2YW5jZWQlMjBIUyUyQ1RyaWdvbm9tZXRyeSUyQ0Vudmlyb25tZW50YWwlMjBTY2llbmNlJTJDRGF0YSUyMFNjaWVuY2UlMkNTcHJlYWRzaGVldHMlMkNTdXN0YWluYWJpbGl0eSUyQ0phdmFzY3JpcHQlMkNFYXJ0aCUyMGRheQ== " data-listing-file-modified-sort ="1775406973671 " data-listing-reading-time-sort ="1 " data-listing-word-count-sort ="50 ">
599+ < div class ="g-col-1 " data-index ="10 " data-categories ="QWR2YW5jZWQlMjBIUyUyQ1RyaWdvbm9tZXRyeSUyQ0Vudmlyb25tZW50YWwlMjBTY2llbmNlJTJDRGF0YSUyMFNjaWVuY2UlMkNTcHJlYWRzaGVldHMlMkNTdXN0YWluYWJpbGl0eSUyQ0phdmFzY3JpcHQlMkNFYXJ0aCUyMGRheQ== " data-listing-file-modified-sort ="1775672853348 " data-listing-reading-time-sort ="1 " data-listing-word-count-sort ="50 ">
600600< a href ="./projects/earth.html " class ="quarto-grid-link ">
601601< div class ="quarto-grid-item card h-100 card-left ">
602602< p class ="card-img-top ">
Original file line number Diff line number Diff line change 1+ < html xmlns ="http://www.w3.org/1999/xhtml ">
2+ < head >
3+ < title > Redirect</ title >
4+ < script type ="text/javascript ">
5+ var redirects = { "" :"../projects/earth.html" } ;
6+ var hash = window . location . hash . startsWith ( '#' ) ? window . location . hash . slice ( 1 ) : window . location . hash ;
7+ var redirect = redirects [ hash ] || redirects [ "" ] || "/" ;
8+ window . document . title = 'Redirect to ' + redirect ;
9+ if ( ! redirects [ hash ] ) {
10+ redirect = redirect + window . location . hash ;
11+ }
12+ redirect = redirect + window . location . search ;
13+ window . location . replace ( redirect ) ;
14+ </ script >
15+ </ head >
16+ < body >
17+ </ body >
18+ </ html >
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ categories:
1010 - Sustainability
1111 - Javascript
1212 - Earth day
13+ aliases :
14+ - /earthday
1315---
1416
1517![ ] ( ../img/earth.png )
You can’t perform that action at this time.
0 commit comments