feat: change catalog page template
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
<title>Cliget Catalog</title>
|
<title>Cliget Catalog</title>
|
||||||
<style>
|
<style>
|
||||||
{% include 'styles.css' %}
|
{% include 'styles.css' %}
|
||||||
|
table td:nth-child(1) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -24,7 +27,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{%if "github" in o%}<a href="https://github.com/{{o.github}}">x</a>{%else%} {%endif%}
|
{%if "github" in o%}<a href="https://github.com/{{o.github}}">x</a>{%else%} {%endif%}
|
||||||
</td>
|
</td>
|
||||||
<td><p>{{o.desc}}</p></td>
|
<td><p>{%if "name" in o%}a.k.a "{{o.name}}" ⁃ {%endif%}{{o.desc}}</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Reference in New Issue
Block a user