hacks-guide-minimal-mistake.../_data/ui-text.yml
Michael Rose 9fecb03081 Add title to comments section
- Style .page__comments-title
- Add comments label text to data file
- Add .html extension to comment provider _includes
2016-03-17 22:36:20 -04:00

27 lines
672 B
YAML

# User interface text and labels
# English (default)
# -----------------
en: &DEFAULT_EN
pagination_previous : "Previous"
pagination_next : "Next"
toc_label : "Overview"
ext_link_label : "Direct Link"
share_on_label : "Share on"
meta_label :
tags_label : "Tags:"
categories_label : "Categories:"
date_label : "Last Updated:"
comments_label : "Leave a Comment"
related_label : "You May Also Enjoy"
follow_label : "Follow:"
feed_label : "Feed"
powered_by : "Powered by"
en_US:
<<: *DEFAULT_EN
en_UK:
<<: *DEFAULT_EN
# Another locale
# --------------