Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
suoyuan666 committed Mar 8, 2024
1 parent 4b35250 commit 36dd74f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
29 changes: 14 additions & 15 deletions src/pages/friends/index.astro
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
---
import Layout from "@layouts/Layout.astro";
import Main from "@layouts/Main.astro";
import Header from "@components/Header.astro";
import Footer from "@components/Footer.astro";
import LinkButton from "@components/LinkButton.astro";
import { SITE } from "@config";
---

<Layout>
<section id="hero">
<Header />
<h1>Friends</h1>
<Layout title={`Friends | ${SITE.title}`}>
<Header activeNav="friends" />
<Main>
<LinkButton
className="underline decoration-dashed underline-offset-4 hover:text-skin-accent"
href="https://blog.tsio.top/"
>
光溯星河
</LinkButton>: 博学笃志,切问近思。
</Main>

<br />

<p>
<LinkButton
className="underline decoration-dashed underline-offset-4 hover:text-skin-accent"
href="https://blog.tsio.top/"
>
光溯星河
</LinkButton>: 博学笃志,切问近思。
</p>
</section>
<Footer />
</Layout>

<style>
Expand Down
10 changes: 0 additions & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,6 @@ const socialCount = SOCIALS.filter(social => social.active).length;
</svg>
</LinkButton>
</div>
<!-- <div class="all-posts-btn-wrapper">
<LinkButton href="/friends/">
All Posts
<svg xmlns="http://www.w3.org/2000/svg"
><path
d="m11.293 17.293 1.414 1.414L19.414 12l-6.707-6.707-1.414 1.414L15.586 11H6v2h9.586z"
></path>
</svg>
</LinkButton>
</div> -->
</main>

<Footer />
Expand Down

0 comments on commit 36dd74f

Please sign in to comment.