chore: testing
This commit is contained in:
parent
16b8f1547f
commit
0eea9c4111
2 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<p>Dragon Linux aims to bring you a Dragon themed Linux® experience.</p>
|
||||
<a href="/about" class="more">Learn more<i class="fas fa-angle-right more"></i></a>
|
||||
<h2>Download the ISO today</h2>
|
||||
<pre><code id="curl" href="https://venith.net">Download</code></i></code></a></pre>
|
||||
<pre><a href="https://venith.net"><code id="curl">Download</code></a></pre>
|
||||
<h3><a class="more" href="/fedora/#device-support">Device support<i class="fas fa-angle-right more"></i></a></h3>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -2,29 +2,29 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ if not .IsHome }}{{.Title}} - {{ end }}Asahi Linux</title>
|
||||
<title>{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux</title>
|
||||
<link rel="stylesheet" href="/css/main.css?{{ slicestr (readFile "static/css/main.css" | md5) 0 8 }}">
|
||||
<link href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link id="favicon" rel="icon" href="/img/AsahiLinux_logomark_32px.png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Noto+Sans+JP:wght@300;500;700&family=Noto+Serif+JP:wght@200;500&family=Varela+Round&display=swap" rel="stylesheet">
|
||||
{{ if .OutputFormats.Get "RSS" }}
|
||||
<link href="{{ (.OutputFormats.Get "RSS").RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ if not .IsHome }}{{.Title}} - {{ end }}Asahi Linux" />
|
||||
<link href="{{ (.OutputFormats.Get "RSS").RelPermalink }}" rel="feed" type="application/rss+xml" title="{{ if not .IsHome }}{{.Title}} - {{ end }}Asahi Linux" />
|
||||
<link href="{{ (.OutputFormats.Get "RSS").RelPermalink }}" rel="alternate" type="application/rss+xml" title="{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux" />
|
||||
<link href="{{ (.OutputFormats.Get "RSS").RelPermalink }}" rel="feed" type="application/rss+xml" title="{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux" />
|
||||
{{ end }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, user-scalable=yes">
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@AsahiLinux" />
|
||||
<meta name="twitter:creator" content="@AsahiLinux" />
|
||||
<meta name="twitter:title" content="{{ if not .IsHome }}{{.Title}} - {{ end }}Asahi Linux" />
|
||||
<meta name="twitter:title" content="{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux" />
|
||||
<meta name="twitter:description" content="Porting Linux to Apple Silicon" />
|
||||
<meta name="twitter:image" content="https://asahilinux.org/img/AsahiLinux_logomark_256px.png" />
|
||||
<meta name="twitter:image:width" content="256">
|
||||
<meta name="twitter:image:height" content="256">
|
||||
|
||||
<meta property="og:image" content="https://asahilinux.org/img/AsahiLinux_logomark_256px.png">
|
||||
<meta property="og:title" content="{{ if not .IsHome }}{{.Title}} - {{ end }}Asahi Linux">
|
||||
<meta property="og:title" content="{{ if not .IsHome }}{{.Title}} - {{ end }}Dragon Linux">
|
||||
<script>
|
||||
var kawaii = (new URLSearchParams(window.location.search)).get("kawaii") ?? localStorage.getItem("kawaii");
|
||||
if (kawaii == "true") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue