mirror of
https://github.com/github/choosealicense.com
synced 2024-11-05 03:08:51 +01:00
769b6a6e48
Due to Jekyll outputting useless whitespace, we need to work around this ourselves.
13 lines
314 B
HTML
13 lines
314 B
HTML
{% include header.html %}
|
|
|
|
<div class="clearfix">
|
|
<div class="license-body">
|
|
<pre id="license-text">{{ content | replace:"<", "<" | replace:">", ">" }}</pre>
|
|
</div> <!-- /license-body -->
|
|
|
|
{% include sidebar.html %}
|
|
|
|
</div> <!-- /clearfix -->
|
|
|
|
{% include footer.html %}
|