mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
10 lines
360 B
HTML
10 lines
360 B
HTML
<div class="footer">
|
|
<p>
|
|
Page generated on: <i>{{ site.time | date: "%Y-%m-%d %T %Z" }}</i> using version:
|
|
<a href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">
|
|
{{ site.github.build_revision | slice: 0,8 }}
|
|
</a>.
|
|
|
|
Please report issuses to <a target="_blank" href="{{ site.github.issues_url }}">Github</a>
|
|
</p>
|
|
</div>
|