Skip to content

Commit

Permalink
Adjusted tfoot
Browse files Browse the repository at this point in the history
  • Loading branch information
73616e646572 committed Nov 5, 2024
1 parent e1187ec commit cdbedb1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/macros.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@
</tbody>
<tfoot>
<tr>
<th colspan="8">Footer Content Here</th>
<th colspan="8"><p> Made with ♡ by Utrecht University's <a href="https://cdh.uu.nl/" target="_blank">Centre for Digital Humanities</a></p></th>
</tr>
</tfoot>
</table>
{% endmacro %}

{% macro render_footer() %}
<footer class="main-footer">
<p> Made with ♡ by Utrecht University's <a href="https://cdh.uu.nl/" target="_blank">Centre for Digital Humanities</a></p>
<footer class="main-footer">
</footer>
{% endmacro %}

0 comments on commit cdbedb1

Please sign in to comment.