add carbon rating
This commit is contained in:
@@ -13,4 +13,7 @@ interface Props {}
|
||||
<p>
|
||||
<a href="/rss.xml"> Subscribe with RSS</a>
|
||||
</p>
|
||||
<div id="wcb" class="carbonbadge"></div>
|
||||
</footer>
|
||||
<script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer
|
||||
></script>
|
||||
|
||||
@@ -6,6 +6,12 @@ const { pathname } = Astro.url;
|
||||
|
||||
interface Props {}
|
||||
|
||||
interface NavLink {
|
||||
label: string;
|
||||
icon: string;
|
||||
path: string;
|
||||
}
|
||||
|
||||
const navLinks: NavLink[] = [
|
||||
{ label: 'Blog', icon: 'pen', path: '/' },
|
||||
{ label: 'About', icon: 'person', path: '/about/' },
|
||||
|
||||
Reference in New Issue
Block a user