Mercurial Hosting > arkian
comparison src/site.js @ 22:bdf000a32b24
rel canonical
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 20 Sep 2025 09:50:42 -0600 |
parents | d8113ea9879e |
children |
comparison
equal
deleted
inserted
replaced
21:938d0b9eb7c6 | 22:bdf000a32b24 |
---|---|
1 'use strict'; | 1 'use strict'; |
2 | 2 |
3 function head() { | 3 function head() { |
4 document.write(`\ | 4 document.write(`\ |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | 5 <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 <link rel="canonical" href="https://www.arkian.net${location.pathname}${location.search}" /> | |
6 <style> | 7 <style> |
7 @import "/site.css"; | 8 @import "/site.css"; |
8 </style> | 9 </style> |
9 ` ); | 10 ` ); |
10 } | 11 } |