1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00
choosealicense.com/_layouts/license.html
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

13 lines
314 B
HTML

{% include header.html %}
<div class="clearfix">
<div class="license-body">
<pre id="license-text">{{ content | replace:"<", "&lt;" | replace:">", "&gt;" }}</pre>
</div> <!-- /license-body -->
{% include sidebar.html %}
</div> <!-- /clearfix -->
{% include footer.html %}