By default Micro.blog includes the text “Follow [username] on Micro.blog” in the blog description. This is used in some themes, such as in the sidebar or footer.
To override it, create or edit the config.json
file for your blog:
- Click on Design.
- Click on Edit Theme.
- Edit
config.json
if it exists, otherwise click New Template to create it. - Paste in something like this in the file:
{
"params": {
"description": "My blog description here."
}
}