<table class=“ui unstackable very basic collapsing table”> <tbody>

<tr>

<td>
<div class="license">
  <a class="larger text" rel="license" href="https://creativecommons.org/licenses/by/4.0/" title="Creative Commons Attribution 4.0 International license">
  {% include icon.liquid id='cc-cc' %}{% include icon.liquid id='cc-by' %}
  </a>
</div>

<div>
  <strong>{{ site.project.name }}</strong>
  {{ "now" | date: "%Y" }} {{ site.project.owner }}
  <br>
  <a class="project-repo" href="{{ site.project.repo }}">{{ site.project.repo }}</a>
</div>
</td>

</tr>

<tr>

<td class="smaller text">
<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>