Added Blog to name
This commit is contained in:
parent
3492009582
commit
d7845ad4aa
|
@ -200,7 +200,7 @@ const {
|
||||||
hasMainTitle || frontmatter?.title ? (
|
hasMainTitle || frontmatter?.title ? (
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<h2 class="font-mono text-center font-bold underline underline-offset-8 uppercase text-4xl my-4 tracking-wide dark:text-white">
|
<h2 class="font-mono text-center font-bold underline underline-offset-8 uppercase text-4xl my-4 tracking-wide dark:text-white">
|
||||||
{profileName}
|
{profileName} Blog
|
||||||
</h2>
|
</h2>
|
||||||
</a>
|
</a>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Reference in New Issue