diff options
author | JJ | 2024-08-09 00:43:24 +0000 |
---|---|---|
committer | JJ | 2024-08-09 00:43:24 +0000 |
commit | 31a9142ddf7a54f05b7eb758a41ea088858387fe (patch) | |
tree | 763f74bd3cca8319065473cff181c24ec0a48937 /_templates | |
parent | 5eefe40312d677ec929833f237b81584f5b3ae5b (diff) |
update css
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/algebra.html | 1 | ||||
-rw-r--r-- | _templates/analysis.html | 1 | ||||
-rw-r--r-- | _templates/computation.html | 1 | ||||
-rw-r--r-- | _templates/ctf.html | 1 | ||||
-rw-r--r-- | _templates/foundations.html | 1 | ||||
-rw-r--r-- | _templates/linguistics.html | 1 | ||||
-rw-r--r-- | _templates/mathematics.html | 1 | ||||
-rw-r--r-- | _templates/plt.html | 1 | ||||
-rw-r--r-- | _templates/tech.html | 1 | ||||
-rw-r--r-- | _templates/web.html | 1 | ||||
-rw-r--r-- | _templates/wiki.html | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/_templates/algebra.html b/_templates/algebra.html index 97dd50c..df3392d 100644 --- a/_templates/algebra.html +++ b/_templates/algebra.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/analysis.html b/_templates/analysis.html index 42cb1e6..f04ea3e 100644 --- a/_templates/analysis.html +++ b/_templates/analysis.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/computation.html b/_templates/computation.html index 9ef3273..77d08a5 100644 --- a/_templates/computation.html +++ b/_templates/computation.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/ctf.html b/_templates/ctf.html index 9d3e4f1..d445403 100644 --- a/_templates/ctf.html +++ b/_templates/ctf.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/foundations.html b/_templates/foundations.html index 17405ca..e955466 100644 --- a/_templates/foundations.html +++ b/_templates/foundations.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/linguistics.html b/_templates/linguistics.html index 7e5c4d3..6d7b15d 100644 --- a/_templates/linguistics.html +++ b/_templates/linguistics.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/mathematics.html b/_templates/mathematics.html index c781906..ec6169b 100644 --- a/_templates/mathematics.html +++ b/_templates/mathematics.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/plt.html b/_templates/plt.html index a5ebbb1..9349c89 100644 --- a/_templates/plt.html +++ b/_templates/plt.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/tech.html b/_templates/tech.html index 4a84aa3..d8ef3cb 100644 --- a/_templates/tech.html +++ b/_templates/tech.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/web.html b/_templates/web.html index 2446981..c1f0b17 100644 --- a/_templates/web.html +++ b/_templates/web.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> diff --git a/_templates/wiki.html b/_templates/wiki.html index 2e3ede2..80fd5df 100644 --- a/_templates/wiki.html +++ b/_templates/wiki.html @@ -5,6 +5,7 @@ <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/jpg" href="/assets/light.png"/> <link rel="stylesheet" href="/css/style.css"/> + <link rel="stylesheet" href="/css/wiki.css"/> <title> $title$ </title> </head> <body> |