Commit Graph

22 Commits

Author SHA1 Message Date
Mike Linksvayer ba48c3d877 rm unneeded trailing whitespace from various files 2019-12-25 10:58:01 -08:00
git 57949d33db Removed license text header 2016-04-27 15:55:34 -07:00
git 78aac74fb2 Restructure individual license pages, added styles to improve alignment 2016-04-26 16:43:40 -07:00
XhmikosR 769b6a6e48 Revert 13c9eb92fb.
Due to Jekyll outputting useless whitespace, we need to work around this ourselves.
2014-01-24 19:56:32 +02:00
XhmikosR 13c9eb92fb Simplify license.html.
Remove the custom `replace` filter and use `markdownify` instead.
2014-01-23 22:27:24 +02:00
XhmikosR 366cbaf21a Work around spaces being added when copying to clipboard.
Since the license text is wrapped in `<pre>` with `white-space: pre-wrap` empty lines make the #license-text bigger than it actually is.

So, get rid of the empty newline at the end of the license text files since jekyll adds trailing spaces when it parses those.
2013-12-13 13:02:57 +02:00
XhmikosR dc4309bd02 Rename clearfix class. 2013-12-10 09:04:20 +02:00
XhmikosR c1c291b379 Use double quotes consistently. 2013-10-30 20:39:55 +02:00
XhmikosR d1ae44f146 Remove trailing spaces. 2013-10-30 20:34:52 +02:00
Ben Lavender 8b2afbd889 Convert angle brackets to square brackets for display 2013-07-17 15:32:34 -05:00
Ben Lavender babcaa2a18 No more interpolating << 2013-07-17 11:57:57 -05:00
Ben Balter 12f4407bdc Even dryer templates
* consolidate breadcrumb logic
* move h1 to header.html
* remove #home div from index.html
2013-07-13 15:42:46 -04:00
Ben Balter eb65fab847 Resolve merge confict with #91 2013-07-13 10:51:38 -04:00
Ben Balter b32317358b Merge branch 'jdennes-more-consistent-breadcrumb-nav' of https://github.com/github/choosealicense.com into better-templating 2013-07-13 10:50:03 -04:00
Ben Balter 20fd8b4fb2 move header and footer to includes 2013-07-13 10:38:53 -04:00
James Dennes 8ae085df65 Cleaned up breadcrumbs.
The breadcrumbs navigation is now in the default template. The removes some duplication. The only page it shouldn't be shown on is the home page.
2013-07-13 16:38:01 +02:00
Ben Balter 32c3bf61f8 link about in footer of license template 2013-07-10 13:03:11 -04:00
Phil Haack 15aa0e99ac Merge pull request #66 from github/escape-variables
Escape variables in license body
2013-06-11 16:01:13 -07:00
Ben Balter 85c01c1d7f replace double < and > with [ and ] 2013-06-11 18:51:26 -04:00
Ben Balter aa6dcd3ac0 swap opening brackets for &lt; signs to prevent parsing as tags 2013-06-11 10:37:11 -04:00
Ben Balter 5375ae8e38 add link to GitHub.com TOS to footer, fixes #63 2013-06-11 10:13:27 -04:00
Benjamin J. Balter caa47fb00c First pass at Jekylification
* Move licenses to license template
* Move home / about to page template
* Move annotations to config file, included via annotations.js
* Move license metadata to YML Front matter
* Automate the presentation of license metadata
* Move sidebar to include
* Add _site to gitignore
2013-05-21 15:17:07 -07:00