mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Misc minor cleanup
This commit is contained in:
parent
3564879e58
commit
e9ffedbb41
7 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue