We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f2475 commit a648b9fCopy full SHA for a648b9f
docs/_includes/notify-repo-table.html
@@ -2,18 +2,17 @@ <h2>Repository List</h2>
2
3
<table>
4
<tr>
5
- <th>Repository Name</th><th>More Info</th>
6
-</tr>
7
-{% for repo in site.notify-repos %}
+ <th>Repository Name</th>
+ <th>More Info</th>
+ </tr>
8
+ {% for repo in site.notify-repos %}
9
- <td>
10
- {{repo.repo-name}}
11
- </td>
+ <td>{{repo.repo-name}}</td>
12
<td>
13
<a href="{{site.baseurl}}/notify-repos/{{repo.repo-name}}.html">
14
- {{ repo.name }} - {{ repo.description }}
15
- </a>
16
+ {{ repo.name }} - {{ repo.description }}
+ </a>
+ </td>
17
</tr>
18
-{% endfor %}
+ {% endfor %}
19
</table>
0 commit comments