Remove whitespace
This commit is contained in:
parent
2b6a091491
commit
f40e6e5052
7 changed files with 9 additions and 30 deletions
|
@ -1,9 +1,9 @@
|
|||
<div class="widget">
|
||||
<h2>Availability</h2>
|
||||
|
||||
<ul class="list-reset">
|
||||
<ul class="pl-5">
|
||||
{% for type, value in site.availability %}
|
||||
<li class="block mb-1">
|
||||
<li>
|
||||
{% include 'availability/' ~ value %}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
<i class="mr-1 fa fa-thumbs-o-up text-orange"></i>
|
||||
Currently have limited {{ type }}-time capacity.
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
<i class="mr-1 fa fa-thumbs-o-down text-red-dark"></i>
|
||||
Currently no spare {{ type }}-time capacity.
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
<i class="mr-1 fa fa-thumbs-o-up text-green-dark"></i>
|
||||
Currently have available {{ type }}-time capacity.
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{% for post in data.posts|slice(0, site.latest_posts) %}
|
||||
<li>
|
||||
<a href="{{ post.url }}" class="link">
|
||||
{{ post.title }}
|
||||
{{- post.title -}}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue