summaryrefslogtreecommitdiffstats
path: root/site/index.html
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-04 20:58:25 +0100
commited3ce3ec850b416d449c32f000467c83cbe2fe20 (patch)
tree4e49c5f4e357d657741efae2e4f1f5875e487c88 /site/index.html
parentInitial commit with previous content and a minimal theme (diff)
Various fixes related to absolute URLs
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/index.html b/site/index.html
index 442f5a5..b0e3609 100644
--- a/site/index.html
+++ b/site/index.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.207/distr/fira_code.css">
<link rel="stylesheet" href="https://edwardtufte.github.io/et-book/et-book.css">
- <link rel="stylesheet" href="/style/main.css">
+ <link rel="stylesheet" href="https://soap.coffee/~lthms/style/main.css">
<title></title>
</head>
<body id="vcard">
@@ -38,7 +38,7 @@
</dd>
</dl>
<dl>
- <dt><a href="https://mastodon.social/@lthms"><i class="fa fa-mastodon" aria-hidden="true"></i> @lthms@mastodon.social</a></dt>
+ <dt><a rel="me" href="https://mastodon.social/@lthms"><i class="fa fa-mastodon" aria-hidden="true"></i> @lthms@mastodon.social</a></dt>
<dd>
My personal account on the fediverse. I mostly toot about functional
programming languages, formal methods, and my Emacs configuration.