link to source

This commit is contained in:
2025-01-22 10:22:22 +11:00
parent 1a3d08958b
commit f5ebbdf847

View File

@@ -1,9 +1,14 @@
<table class="ui unstackable very basic collapsing table"> <table class="ui unstackable very basic collapsing table">
<tbody> <tbody>
<tr> <tr>
<td class="smaller text"> <td class="smaller text">
Theme adapted from <a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">programming pages</a> <a href="https://github.com/Ratstail91/Toy">The Toy Programming Language</a>
</td> </td>
</tr>
<tr>
<td class="smaller text">
GH Pages Theme adapted from <a href="{{ layout.theme_url }}" title="a jekyll theme for publishing code documentation to GitHub pages">Programming Pages</a>.
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>