[gatsby-starter-minimal-blog]: Cant find the "Lupin" title #628
-
I have not been able to find where you contain the "Theme by LekoArts" text in the gatsby-starter-minimal-blog, could someone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you are talking about the title on the top of the page, that's in https://github.com/LekoArts/gatsby-themes/blob/master/themes/gatsby-theme-minimal-blog/src/components/header-title.tsx. However, I guess all you are looking for is adding a If you are talking about the footer, it's here: https://github.com/LekoArts/gatsby-themes/blob/master/themes/gatsby-theme-minimal-blog/src/components/footer.tsx |
Beta Was this translation helpful? Give feedback.
If you are talking about the title on the top of the page, that's in https://github.com/LekoArts/gatsby-themes/blob/master/themes/gatsby-theme-minimal-blog/src/components/header-title.tsx. However, I guess all you are looking for is adding a
siteTitle
to thesiteMetadata
ingatsby-config.js
.If you are talking about the footer, it's here: https://github.com/LekoArts/gatsby-themes/blob/master/themes/gatsby-theme-minimal-blog/src/components/footer.tsx
You'll need to shadow it in your code if you'd like to override it.