Misc minor cleanup

This commit is contained in:
thephez 2017-10-04 17:16:09 -04:00
parent 3564879e58
commit e9ffedbb41
7 changed files with 11 additions and 12 deletions

View file

@ -22,8 +22,8 @@ module Jekyll
## Pass in the full path to enable edit-on-github links
self.data["filename"] = srcdir + '/' + src
## Page Title: <title> - Bitcoin Glossary
self.data["title"] = self.data["required"]["title_max_40_characters_no_formatting"] + " - Bitcoin Glossary"
## Page Title: <title> - Dash Glossary
self.data["title"] = self.data["required"]["title_max_40_characters_no_formatting"] + " - Dash Glossary"
## Output file is v<version>.md (converted later to HTML)
@name = output_file