Skip to content

Commit a648b9f

Browse files
html formatting.
1 parent 99f2475 commit a648b9f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

docs/_includes/notify-repo-table.html

+9-10
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@ <h2>Repository List</h2>
22

33
<table>
44
<tr>
5-
<th>Repository Name</th><th>More Info</th>
6-
</tr>
7-
{% for repo in site.notify-repos %}
5+
<th>Repository Name</th>
6+
<th>More Info</th>
7+
</tr>
8+
{% for repo in site.notify-repos %}
89
<tr>
9-
<td>
10-
{{repo.repo-name}}
11-
</td>
10+
<td>{{repo.repo-name}}</td>
1211
<td>
1312
<a href="{{site.baseurl}}/notify-repos/{{repo.repo-name}}.html">
14-
{{ repo.name }} - {{ repo.description }}
15-
</a>
16-
</td>
13+
{{ repo.name }} - {{ repo.description }}
14+
</a>
15+
</td>
1716
</tr>
18-
{% endfor %}
17+
{% endfor %}
1918
</table>

0 commit comments

Comments
 (0)