mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-06 03:16:58 -06:00
Place build revision numbers inside page
This commit is contained in:
@@ -16,4 +16,5 @@ sass:
|
||||
compress_html:
|
||||
ignore:
|
||||
envs: ["development"]
|
||||
comments: all
|
||||
comments: all
|
||||
repository: xevion/xevion.dev
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user