Skip to content
Snippets Groups Projects
Commit 65e59752 authored by Thomas Wood's avatar Thomas Wood
Browse files

Fixup bad HTML Markup

parent df25c015
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ end
htmlproofer_config = {
:disable_external => true,
:check_favicon => true,
:check_html => true,
:parallel => { :in_processes => 4 }
}
......
......@@ -10,6 +10,6 @@
<h6 class="card-subtitle text-muted">{{ person.position }}</h6>
</div>
</div>
{% if row == 0%}</div></div>{% endif %}
{% if row == 0 or forloop.last %}</div></div>{% endif %}
{% endfor %}
</div>
......@@ -3,6 +3,6 @@
{% if link %}<a class="btn btn-secondary" role="button" href="{{ link }}"><i class="fa fa-file-text-o"></i></a>{% endif %}
</div>
<p class="pub-title h4"><a href="{{ details }}">{{ entry.title }}</a></p>
<p class="pub-authors">{% include publication-authors.html authors=entry.author_array %}</p>
{% include publication-authors.html authors=entry.author_array %}
<p class="pub-venue">{% include publication-venue.html entry=entry %}</p>
......@@ -22,7 +22,7 @@ menu: false
</div>
<div class="col-sm-8">
<h3>Authors</h3>
<p>{% include publication-authors.html authors=page.entry.author_array %}</p>
{% include publication-authors.html authors=page.entry.author_array %}
{% if page.entry.abstract %}
<h3>Abstract</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment