File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ---
3+
4+ <footer class =" mt-16 border-t border-gray-200 pt-8" >
5+ <div class =" text-sm text-gray-500 font-light flex flex-col items-center gap-1" >
6+ <span >
7+ AI-assisted: implementation and content are managed by
8+ <a href =" https://ampcode.com" target =" _blank" rel =" noopener noreferrer" class =" underline underline-offset-2 hover:text-gray-700" >Amp</a >
9+ (coding agent).
10+ </span >
11+ <span >
12+ <a href =" https://github.com/colmarius/colmarius.github.io" target =" _blank" rel =" noopener noreferrer" class =" underline underline-offset-2 hover:text-gray-700" >Source on GitHub</a >
13+ </span >
14+ <span >Copyright © { new Date ().getFullYear ()} Marius Colacioiu</span >
15+ </div >
16+ </footer >
Original file line number Diff line number Diff line change 11---
22import ' ../styles/global.css' ;
33import Navigation from ' @components/Navigation.astro' ;
4+ import Footer from ' @components/Footer.astro' ;
45
56type Props = {
67 title: string ;
@@ -39,18 +40,7 @@ const currentPath = Astro.url.pathname;
3940 <slot />
4041 </main >
4142
42- <footer class =" mx-auto" >
43- <div class =" text-sm text-gray-600 font-light flex flex-col sm:flex-row sm:items-center gap-1 sm:gap-2" >
44- <span >Copyright © { new Date ().getFullYear ()} Marius Colacioiu</span >
45- <span class =" hidden sm:inline text-gray-400" >•</span >
46- <span class =" text-gray-500" >
47- AI-assisted: implementation and content are managed by
48- <a href =" https://ampcode.com" target =" _blank" rel =" noopener noreferrer" class =" underline decoration-dotted underline-offset-2 hover:decoration-solid hover:text-gray-700" >Amp</a >
49- (coding agent).
50- <a href =" https://github.com/colmarius/colmarius.github.io" target =" _blank" rel =" noopener noreferrer" class =" underline decoration-dotted underline-offset-2 hover:decoration-solid hover:text-gray-700" >Source on GitHub</a >.
51- </span >
52- </div >
53- </footer >
43+ <Footer />
5444 </div >
5545 </div >
5646
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const isAgentPost = (tags || []).includes('AI Agents');
1616---
1717
1818<Layout title ={ title } >
19- <article class =" mx-auto max-w-2xl" >
19+ <article class =" mx-auto max-w-2xl pb-16 " >
2020 <nav class =" mb-10" aria-label =" Back" >
2121 <BackNav href =" /posts" label =" Back to Posts" />
2222 </nav >
You can’t perform that action at this time.
0 commit comments