Skip to content

Commit

Permalink
update pages
Browse files Browse the repository at this point in the history
  • Loading branch information
debiru committed Jan 26, 2025
1 parent 7792026 commit 1728e79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/config/view.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Util from '/src/config/Util';

export const args = {
siteName: 'Studying Astro',
titleSuffix: 'Astro で作る BeautifulCode なサイト',
description: 'Astro の学習ノートです',
siteName: 'debiru/net',
titleSuffix: 'debiru\'s portfolio',
description: 'debiru\'s portfolio',
twitter: '@debiru_R',
};

Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ app.init(Astro);
<div id="page-container">
<header id="page-header">
<div class="content-inner">
<h1 class="siteName"><a href={ route('/') }><img src={ img('global/logo-site.png') } alt="Studying Astro" width="228" height="64"></a></h1>
<h1 class="siteName"><a href={ route('/') }><img src={ img('global/logo-site.png') } alt="debiru.net" width="228" height="64"></a></h1>
</div>
</header>
<main id="page-main"><slot /></main>
<footer id="page-footer">
<div class="content-inner">
<div class="footerArea">
<p class="copyright">Copyright 2025 <img src={ img('global/logo-site.png') } alt="Studying Astro" width="114" height="32"> { args.domain }</p>
<p class="copyright">Copyright 2025 <img src={ img('global/logo-site.png') } alt="debiru.net" width="114" height="32"> { args.domain }</p>
</div>
</div>
</footer>
Expand Down

0 comments on commit 1728e79

Please sign in to comment.