diff options
author | JJ | 2024-04-26 01:42:54 +0000 |
---|---|---|
committer | JJ | 2024-04-26 01:43:05 +0000 |
commit | 2f17bc254bd94a32847ea71fe0433acf364c1c39 (patch) | |
tree | c92e91b3ad888683cee5bc55dc564cbdf8ef2c78 /_layouts | |
parent | 1a8dbd5ee043703e91d0438ca95a9b6791b35290 (diff) |
meow
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/algebra.html | 2 | ||||
-rw-r--r-- | _layouts/analysis.html | 2 | ||||
-rw-r--r-- | _layouts/computation.html | 2 | ||||
-rw-r--r-- | _layouts/ctf.html | 2 | ||||
-rw-r--r-- | _layouts/default.html | 12 | ||||
-rw-r--r-- | _layouts/foundations.html | 2 | ||||
-rw-r--r-- | _layouts/linguistics.html | 2 | ||||
-rw-r--r-- | _layouts/mathematics.html | 2 | ||||
-rw-r--r-- | _layouts/plt.html | 2 | ||||
-rw-r--r-- | _layouts/web.html | 2 |
10 files changed, 15 insertions, 15 deletions
diff --git a/_layouts/algebra.html b/_layouts/algebra.html index 171d8b6..3fed6ee 100644 --- a/_layouts/algebra.html +++ b/_layouts/algebra.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/analysis.html b/_layouts/analysis.html index c049ee7..87346d4 100644 --- a/_layouts/analysis.html +++ b/_layouts/analysis.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/computation.html b/_layouts/computation.html index 094ef31..61903e8 100644 --- a/_layouts/computation.html +++ b/_layouts/computation.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/ctf.html b/_layouts/ctf.html index 1688d3e..0e6d196 100644 --- a/_layouts/ctf.html +++ b/_layouts/ctf.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/default.html b/_layouts/default.html index 9b0b57c..02b4c6b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,12 +4,12 @@ <title>{{ page.title }}</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width"/> - <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png"/> - <link rel="stylesheet" href="https://apropos.codes/css/style.css"/> - <link rel="stylesheet" href="https://apropos.codes/writeups/css/style.css"/> - <link rel="stylesheet" href="https://apropos.codes/css/katex.css" crossorigin="anonymous"> - <script defer src="https://apropos.codes/js/katex.js" crossorigin="anonymous"></script> - <script defer src="https://apropos.codes/js/auto-render.js" crossorigin="anonymous" + <link rel="icon" type="image/jpg" href="https://toki.la/assets/light.png"/> + <link rel="stylesheet" href="https://toki.la/css/style.css"/> + <link rel="stylesheet" href="https://toki.la/writeups/css/style.css"/> + <link rel="stylesheet" href="https://toki.la/css/katex.css" crossorigin="anonymous"> + <script defer src="https://toki.la/js/katex.js" crossorigin="anonymous"></script> + <script defer src="https://toki.la/js/auto-render.js" crossorigin="anonymous" onload='renderMathInElement(document.body, {delimiters: [ {left: "$$", right: "$$", display: true}, {left: "\\(", right: "\\)", display: false}, diff --git a/_layouts/foundations.html b/_layouts/foundations.html index a1ae590..6aa6de0 100644 --- a/_layouts/foundations.html +++ b/_layouts/foundations.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/linguistics.html b/_layouts/linguistics.html index 15b2ffc..0ea51d8 100644 --- a/_layouts/linguistics.html +++ b/_layouts/linguistics.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/mathematics.html b/_layouts/mathematics.html index 50c8bc1..fd57275 100644 --- a/_layouts/mathematics.html +++ b/_layouts/mathematics.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/plt.html b/_layouts/plt.html index 2a8ae15..1ade4d9 100644 --- a/_layouts/plt.html +++ b/_layouts/plt.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> diff --git a/_layouts/web.html b/_layouts/web.html index 8799d8a..6a81abc 100644 --- a/_layouts/web.html +++ b/_layouts/web.html @@ -3,7 +3,7 @@ layout: default --- <header> <h1> - <a href="https://apropos.codes">apropos</a> + <a href="https://toki.la">apropos</a> </h1> <div> <nav> |