Files
Toy/_includes/elements/attribution.html
2025-01-12 16:05:25 +11:00

9 lines
363 B
HTML

<table class="ui unstackable very basic collapsing table">
<tbody>
<tr>
<td class="smaller text">
Theme adapted from <strong>programming pages</strong> theme v{{ layout.theme_version }} (<a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">{{ layout.theme_url }}</a>)
</td>
</tr>
</tbody>
</table>