| Commit message (Collapse) | Author |
|
|
|
I don't know how I tested it exactly. Use-case:
* There's a LICENSE.txt file.
* jekyll-github-metadata is used, and site.github.license is defined.
What I want in the footer: a site.github.license.name link that leads to
LICENSE.txt.
What I had before this commit: a site.github.license.name link that
lead to spdx.org.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 8cb81a31e648d3b1ed35042c6d77a42fa58d3da1.
You know what? It bugs me when they are together like that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's not as intrusive as <hr>, but still serves its role.
|
|
I really stopped liking them, too much vertical whitespace.
|
|
God, this is better.
|
|
|
|
WTF was this "display: table;" stuff for? I don't really know.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pick up /LICENSE.txt by default, if it exists. Use site.github.license
otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, use the default filter more, it's much more convenient.
|