From d75e5a7fc79eba8a17a304433294d3d7b0d3fff2 Mon Sep 17 00:00:00 2001 From: Tom Wiesing <tkw01536@gmail.com> Date: Sat, 22 Jul 2017 13:19:01 -0400 Subject: [PATCH] Replace hard tab characters by spaces --- _includes/people_list.html | 2 +- _layouts/project.html | 4 ++-- _layouts/system.html | 2 +- projects/mamored.md | 8 ++++---- projects/tetrapod.md | 2 +- research/index.md | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_includes/people_list.html b/_includes/people_list.html index b5bb50b..a8aba69 100644 --- a/_includes/people_list.html +++ b/_includes/people_list.html @@ -9,7 +9,7 @@ {% if rollers.size > 0 %} <ul class="collection with-header"> <li class="collection-header"> - <h5>{{role.name}}(s)</h5></li> + <h5>{{role.name}}(s)</h5></li> {% for person in rollers %} <li class="collection-item avatar"> <img src="/{{person.pic}}" alt="" class="circle"/> diff --git a/_layouts/project.html b/_layouts/project.html index ebb3080..ec77ab4 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -82,8 +82,8 @@ layout: default {% if page.website %} <div class="card-action"> {% if page.website %} - <a target="_blank" href="{{page.website}}">Website</a> - + <a target="_blank" href="{{page.website}}">Website</a> + {% endif %} <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a> diff --git a/_layouts/system.html b/_layouts/system.html index 3d2a279..99f714b 100644 --- a/_layouts/system.html +++ b/_layouts/system.html @@ -43,7 +43,7 @@ layout: default {% if page.repository %} <a target="_blank" href="{{ page.repository }}">Repository</a> - {% endif %} + {% endif %} <a href="https://kwarc.info/{{ page.account }}/publications.html">Publications</a> </div> {% endif %} diff --git a/projects/mamored.md b/projects/mamored.md index 963fe73..486eee6 100644 --- a/projects/mamored.md +++ b/projects/mamored.md @@ -12,11 +12,11 @@ people: - dmueller - frabe - tpollinger - + collaborators: - - Dr. Thomas Koprucki (WIAS Berlin) - - Dr. Karsten Tabelov (WIAS Berlin) - + - Dr. Thomas Koprucki (WIAS Berlin) + - Dr. Karsten Tabelov (WIAS Berlin) + funding: internal --- The MaMoReD projects studies whether and how the flexiformalization of mathematical diff --git a/projects/tetrapod.md b/projects/tetrapod.md index 2957c8a..6773048 100644 --- a/projects/tetrapod.md +++ b/projects/tetrapod.md @@ -15,7 +15,7 @@ people: collaborators: - Prof. William Farmer (McMaster University) - Prof. Jacques Carette (McMaster University) - + funding: internal --- diff --git a/research/index.md b/research/index.md index 5745897..b705e11 100644 --- a/research/index.md +++ b/research/index.md @@ -12,9 +12,9 @@ menu_order: 101 <table style="border: 1px solid black"> - <col width="33%"/> - <col width="33%"/> - <col width="33%"/> + <col width="33%"/> + <col width="33%"/> + <col width="33%"/> <tbody> <tr style="border: 1px solid black"> <td colspan="3"> -- GitLab