Skip to content

Commit 35121db

Browse files
authored
Update README.md
1 parent 459c9e8 commit 35121db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ gem "liquid-md5"
9191
```
9292
## FAQ
9393

94-
*Q: I have configured posts but no posts are showing?*
94+
> I have configured posts but no posts are showing?*
9595

9696
**Solution:** You most probably forgot to configure [jekyll-paginate](https://jekyllrb.com/docs/pagination/) in your _config.yml! Make sure you have the correct configuration as described above!
9797

98-
*Q: I have configured Disqus via _config.yml but Disqus fails to load on the page?*
98+
> I have configured Disqus via _config.yml but Disqus fails to load on the page?*
9999

100100
**Solution:** Make sure you configure the correct `url` within your `_config.yml`. Also make sure that your domain is trusted by Disqus. This can be configured within Disqus by adding a trusted domain.
101101

102-
*Q: I am using this theme but I don't see any tags?*
102+
> I am using this theme but I don't see any tags?*
103103

104104
**Solution**: as described above you have to add the tagging plugin. Additionally, tags do not work natively by Github Pages. You have to build your site on an external CI and push the `_site` artifacts to a hosting repository.
105105

0 commit comments

Comments
 (0)