oops, put the version only in the front page
This is so we dont have to rsync all the files every time.
This commit is contained in:
parent
61d1418a12
commit
f154223162
2 changed files with 2 additions and 5 deletions
|
|
@ -8,9 +8,4 @@
|
|||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||
|
||||
{% if site.data.version %}
|
||||
<!-- site built from {{ site.data.version }} -->
|
||||
{% endif %}
|
||||
|
||||
</head>
|
||||
|
|
|
|||
2
index.md
2
index.md
|
|
@ -2,6 +2,8 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
{% if site.data.version %}<!-- site built from {{ site.data.version }} -->{% endif %}
|
||||
|
||||
<div><img src="images/screen_thumb.png" border="0"
|
||||
alt=" " width="350" height="250" style="float:right" /></div>
|
||||
Welcome to the home of **LinuxCNC**.
|
||||
|
|
|
|||
Loading…
Reference in a new issue