Radish alpha
r
Radicle website including documentation and guides
Radicle
Git (anonymous pull)
Log in to clone via SSH
perf: Preconnect to files.radicle.dev
Lorenz Leutgeb committed 21 days ago
commit 99e3aa64513bf1801c8d95d8588f176bb2cc439e
parent 774a5b48cdae4bcf61762d8e0eec7e8931a10792
4 files changed +10 -0
modified _layouts/index.html
@@ -6,6 +6,9 @@
<meta rel="me" href="{{ '@radicle@toot.radicle.xyz' | fedi_to_https }}" /><!-- old account -->
<meta rel="me" href="{{ site.fedi | fedi_to_https }}" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed for the Radicle Website" href="/feed.xml" />
+
{% for url in page.preconnect %}
+
<link rel="preconnect" href="{{ url }}" />
+
{% endfor %}
</head>
<body>
  <img class="desktop" width="160" height="160" id="ribbon" src="/assets/images/ribbon.svg" usemap="#ribbon-map"/>
modified _layouts/page.html
@@ -3,6 +3,9 @@
<head>
  {% include meta.html %}
  <link rel="stylesheet" type="text/css" href="{{ "/assets/css/page.css" | relative_url }}"/>
+
  {% for url in page.preconnect %}
+
  <link rel="preconnect" href="{{ url }}" />
+
  {% endfor %}
</head>
<body class="{{ page.variant }}">
  {% include header.html %}
modified _pages/download.md
@@ -4,6 +4,8 @@ subtitle: Download a Radicle release
variant: wide
binary: ["unknown-linux-musl", "apple-darwin"]
arch: ["x86_64", "aarch64"]
+
preconnect:
+
 - https://files.radicle.dev
---
This is Radicle's <strong class="highlight">download</strong> page,
which references various ways of downloading Radicle to your machine.
modified index.md
@@ -1,6 +1,8 @@
---
title: "Radicle: the sovereign forge"
layout: index
+
preconnect:
+
 - https://files.radicle.dev
---

# Synopsis