Place build revision numbers inside page

This commit is contained in:
Xevion
2022-04-10 17:42:46 -05:00
parent 81938a757a
commit 413a03ff20
3 changed files with 6 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ sass:
compress_html:
ignore:
envs: ["development"]
comments: all
comments: all
repository: xevion/xevion.dev

View File

@@ -8,6 +8,7 @@ layout: compress
<meta content="width=device-width" name="viewport">
<link as="style" href="/assets/main.css" rel="preload">
<link href="/assets/main.css" rel="stylesheet">
<!-- build-commit-id: {{ site.github.build_revision }} -->
<!-- <link rel="stylesheet" href="/assets/print.css" media="print">-->
<link href="/assets/rouge.css" rel="stylesheet">
<title>

View File

@@ -38,4 +38,7 @@ layout: default
<p style="text-align: center;">
<a href="/feed.xml">Atom</a>
<em><a href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">
#{{ site.github.build_revision }}
</a></em>
</p>