From 31a9142ddf7a54f05b7eb758a41ea088858387fe Mon Sep 17 00:00:00 2001
From: JJ
Date: Thu, 8 Aug 2024 17:43:24 -0700
Subject: update css
---
_templates/algebra.html | 1 +
_templates/analysis.html | 1 +
_templates/computation.html | 1 +
_templates/ctf.html | 1 +
_templates/foundations.html | 1 +
_templates/linguistics.html | 1 +
_templates/mathematics.html | 1 +
_templates/plt.html | 1 +
_templates/tech.html | 1 +
_templates/web.html | 1 +
_templates/wiki.html | 1 +
assets/external.svg | 43 +++++++++++++++++++++++++++++++++++++++++++
css/style.css | 8 ++++++++
css/wiki.css | 3 +++
robots.txt | 1 +
15 files changed, 66 insertions(+)
create mode 100644 assets/external.svg
create mode 100644 css/wiki.css
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
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 @@
+
$title$
diff --git a/assets/external.svg b/assets/external.svg
new file mode 100644
index 0000000..93fe0c0
--- /dev/null
+++ b/assets/external.svg
@@ -0,0 +1,43 @@
+
+
+
+
+
+ external link
+
+
+
+
diff --git a/css/style.css b/css/style.css
index 4f891f2..17ba99a 100644
--- a/css/style.css
+++ b/css/style.css
@@ -68,6 +68,14 @@ nav a:hover {
font-size: 1.15em;
}
+p {
+ margin-bottom: 0;
+}
+
+p + ol, p + ul {
+ margin-top: 0
+}
+
ul {
list-style: square;
}
diff --git a/css/wiki.css b/css/wiki.css
new file mode 100644
index 0000000..8e94534
--- /dev/null
+++ b/css/wiki.css
@@ -0,0 +1,3 @@
+a[href*="//"]:not([href*="toki.la"]):after {
+ content: url("/assets/external.svg");
+}
diff --git a/robots.txt b/robots.txt
index d99652e..7f31c27 100644
--- a/robots.txt
+++ b/robots.txt
@@ -31,4 +31,5 @@ Disallow: /
User-agent: Applebot-Extended
User-agent: Google-Extended
User-agent: FacebookBot
+User-agent: meta-externalagent
Disallow: /
--
cgit v1.2.3-70-g09d2