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:
Sebastian Kuzminsky 2015-11-08 20:49:05 -07:00
parent 61d1418a12
commit f154223162
2 changed files with 2 additions and 5 deletions

View file

@ -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>

View file

@ -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**.