fix: tag formatting
This commit is contained in:
parent
a1631b84a0
commit
cb0573ae2d
5 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
title: 'Adding client side webmentions to my Next.js blog'
|
||||
date: 2023-02-18
|
||||
draft: false
|
||||
tags: ['nextjs', 'react', 'web development', 'webmentions', 'indie web']
|
||||
tags: ['next.js', 'react', 'web development', 'indie web']
|
||||
---
|
||||
|
||||
The latest iteration of my website is built on [Next.js](https://nextjs.org), specifically [Timothy Lin](https://github.com/timlrx)'s wonderful [Tailwind/Next.js starter blog.](https://github.com/timlrx/tailwind-nextjs-starter-blog).<!-- excerpt --> I've modified it quite a bit, altering the color scheme, dropping components like analytics, comments and a few others while also building out some new pages (like my [now page](https://coryd.dev/now)). As part of this process I wanted to add support for webmentions to the template, integrating mentions from Mastodon, Medium.com and other available sources.
|
||||
|
|
Reference in a new issue