fix: links
This commit is contained in:
parent
ddedb7f960
commit
8a463d0448
3 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
||||||
<a href="/">home</a>
|
<a href="/">home</a>
|
||||||
<a href="/blog/">blog</a>
|
<a href="/site/blog/">blog</a>
|
||||||
|
|
|
@ -12,7 +12,7 @@ const { pageTitle, pageCustomTitle = pageTitle } = Astro.props;
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/site/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>{pageCustomTitle} | ruds</title>
|
<title>{pageCustomTitle} | ruds</title>
|
||||||
|
|
|
@ -72,7 +72,7 @@ const pageTitle = 'home';
|
||||||
<div class="col col-left">
|
<div class="col col-left">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div style="display: flex; flex-direction: horizontal; gap: 2em;">
|
<div style="display: flex; flex-direction: horizontal; gap: 2em;">
|
||||||
<img src="/me.jpg" height="150px" width="120px">
|
<img src="/site/me.jpg" height="150px" width="120px">
|
||||||
<div>
|
<div>
|
||||||
<h3>˙⋆✮ ruds ✮⋆˙</h3>
|
<h3>˙⋆✮ ruds ✮⋆˙</h3>
|
||||||
<p>"rm -rf /"</p>
|
<p>"rm -rf /"</p>
|
||||||
|
@ -114,7 +114,7 @@ const pageTitle = 'home';
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h3>RSS</h3>
|
<h3>RSS</h3>
|
||||||
<a href="https://ruds.io/rss.xml">https://ruds.io/rss.xml</a>
|
<a href="https://ruds.io/site/rss.xml">https://ruds.io/rss.xml</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue