- Primary Projects - + @@ -135,8 +134,7 @@ - - Secondary Projects + diff --git a/dist/publications/index.html b/dist/publications/index.html index 55efa02..4a27d7d 100644 --- a/dist/publications/index.html +++ b/dist/publications/index.html @@ -20,7 +20,7 @@ - + @@ -78,8 +78,7 @@ - Primary Publications - + @@ -278,8 +277,7 @@ - - Secondary Publications + diff --git a/templates/base.html b/templates/base.html index 8219fd3..4357def 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@ {% else %} - + diff --git a/templates/projects.html b/templates/projects.html index d5d8c7e..737c836 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -10,16 +10,14 @@ {% block content %} - Primary Projects - + {% for project in data.primaryProjects %} {% with type='primary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %} - - Secondary Projects + {% for project in data.secondaryProjects %} {% with type='secondary' %} diff --git a/templates/publications.html b/templates/publications.html index b7ff257..331732b 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -10,16 +10,14 @@ {% block content %} - Primary Publications - + {% for pub in data.primaryPublications %} {% with type='primary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %} - - Secondary Publications + {% for pub in data.secondaryPublications %} {% with type='secondary' %}
- Primary Publications - + @@ -278,8 +277,7 @@ - - Secondary Publications + diff --git a/templates/base.html b/templates/base.html index 8219fd3..4357def 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,7 +28,7 @@ {% else %} - + diff --git a/templates/projects.html b/templates/projects.html index d5d8c7e..737c836 100644 --- a/templates/projects.html +++ b/templates/projects.html @@ -10,16 +10,14 @@ {% block content %} - Primary Projects - + {% for project in data.primaryProjects %} {% with type='primary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %} - - Secondary Projects + {% for project in data.secondaryProjects %} {% with type='secondary' %} diff --git a/templates/publications.html b/templates/publications.html index b7ff257..331732b 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -10,16 +10,14 @@ {% block content %} - Primary Publications - + {% for pub in data.primaryPublications %} {% with type='primary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %} - - Secondary Publications + {% for pub in data.secondaryPublications %} {% with type='secondary' %}
- Primary Projects - + {% for project in data.primaryProjects %} {% with type='primary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %} - - Secondary Projects + {% for project in data.secondaryProjects %} {% with type='secondary' %} diff --git a/templates/publications.html b/templates/publications.html index b7ff257..331732b 100644 --- a/templates/publications.html +++ b/templates/publications.html @@ -10,16 +10,14 @@ {% block content %} - Primary Publications - + {% for pub in data.primaryPublications %} {% with type='primary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %} - - Secondary Publications + {% for pub in data.secondaryPublications %} {% with type='secondary' %}
- Primary Publications - + {% for pub in data.primaryPublications %} {% with type='primary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %} - - Secondary Publications + {% for pub in data.secondaryPublications %} {% with type='secondary' %}