I am generating web pages using Jekyll and Markdown. I want to include definitions of standard acronyms on every page. The definition for a sample acronym will look like this:
* [PR]: Programming Renaissance
I would like to include these acronym definitions on every page in Jekyll but I don't know how. Any suggestions?