summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_templates/algebra.html1
-rw-r--r--_templates/analysis.html1
-rw-r--r--_templates/computation.html1
-rw-r--r--_templates/ctf.html1
-rw-r--r--_templates/foundations.html1
-rw-r--r--_templates/linguistics.html1
-rw-r--r--_templates/mathematics.html1
-rw-r--r--_templates/plt.html1
-rw-r--r--_templates/tech.html1
-rw-r--r--_templates/web.html1
-rw-r--r--_templates/wiki.html1
-rw-r--r--assets/external.svg43
-rw-r--r--css/style.css8
-rw-r--r--css/wiki.css3
-rw-r--r--robots.txt1
15 files changed, 66 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>
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 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg:svg
+ width="12"
+ height="12"
+ viewBox="0 0 12 12"
+ version="1.1"
+ id="svg1"
+ sodipodi:docname="external.svg"
+ inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <svg:defs
+ id="defs1" />
+ <sodipodi:namedview
+ id="namedview1"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1"
+ inkscape:zoom="72.583333"
+ inkscape:cx="6"
+ inkscape:cy="6"
+ inkscape:window-width="1920"
+ inkscape:window-height="1132"
+ inkscape:window-x="0"
+ inkscape:window-y="0"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="svg1" />
+ <svg:title
+ id="title1">
+ external link
+ </svg:title>
+ <svg:path
+ fill="#36c"
+ d="M6 1h5v5L8.86 3.85 4.7 8 4 7.3l4.15-4.16zM2 3h2v1H2v6h6V8h1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"
+ id="path1"
+ style="fill:#1455fb;fill-opacity:1" />
+ <style>#vector-page-tools-pinned-container, #vector-toc-pinned-container, #vector-main-menu-pinned-container { border: 1px solid rgb(170, 170, 170); background-color: #f8f9fa; }</style>
+</svg:svg>
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: /