Skip to content
Snippets Groups Projects
Commit b61d5940 authored by Erik Strand's avatar Erik Strand
Browse files

Use normal sized text for lists on index pages

parent 753a61d7
No related merge requests found
......@@ -6,7 +6,7 @@ title: Notes
<ul>
{% for note in site.notes %}
<li>
<h2><a href="{{ note.url | real_relative_url }}">{{ note.title }}</a></h2>
<a href="{{ note.url | real_relative_url }}">{{ note.title }}</a>
</li>
{% endfor %}
</ul>
......@@ -6,7 +6,7 @@ title: Problem Sets
<ul>
{% for pset in site.psets %}
<li>
<h2><a href="{{ pset.url | real_relative_url }}">{{ pset.title }}</a></h2>
<a href="{{ pset.url | real_relative_url }}">{{ pset.title }}</a>
</li>
{% endfor %}
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment