mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-07 13:17:04 -06:00
Place build revision numbers inside page
This commit is contained in:
@@ -17,3 +17,4 @@ compress_html:
|
|||||||
ignore:
|
ignore:
|
||||||
envs: ["development"]
|
envs: ["development"]
|
||||||
comments: all
|
comments: all
|
||||||
|
repository: xevion/xevion.dev
|
||||||
@@ -8,6 +8,7 @@ layout: compress
|
|||||||
<meta content="width=device-width" name="viewport">
|
<meta content="width=device-width" name="viewport">
|
||||||
<link as="style" href="/assets/main.css" rel="preload">
|
<link as="style" href="/assets/main.css" rel="preload">
|
||||||
<link href="/assets/main.css" rel="stylesheet">
|
<link href="/assets/main.css" rel="stylesheet">
|
||||||
|
<!-- build-commit-id: {{ site.github.build_revision }} -->
|
||||||
<!-- <link rel="stylesheet" href="/assets/print.css" media="print">-->
|
<!-- <link rel="stylesheet" href="/assets/print.css" media="print">-->
|
||||||
<link href="/assets/rouge.css" rel="stylesheet">
|
<link href="/assets/rouge.css" rel="stylesheet">
|
||||||
<title>
|
<title>
|
||||||
|
|||||||
@@ -38,4 +38,7 @@ layout: default
|
|||||||
|
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
<a href="/feed.xml">Atom</a>
|
<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>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user