This post title has a long word that could potentially overflow the content area.
A few things to check for:
- Non-breaking text in the title should have no adverse effects on layout or functionality.
- Check the browser window / tab title.
The following CSS property will help you support non-breaking text.
word-wrap: break-word;
Comments
You are seeing this because your Disqus shortname is not properly set. To configure Disqus, you should edit your
_config.yml
to include either adisqus.shortname
variable.If you do not wish to use Disqus, override the
comments.html
partial for this theme.