Commit 30f8cd16 authored by Raniere Silva's avatar Raniere Silva
Browse files

Add note about the version of the style

parent 667c6915
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
{% endcomment %}
<footer>
  <div class="row">
    <div class="col-md-6" align="left">
    <div class="col-md-6 copyright" align="left">
	Copyright &copy; 2016–{{ 'now' | date: "%Y" }}
	{% if site.carpentry == "swc" %}
	<a href="{{ site.swc_site }}">Software Carpentry Foundation</a>
@@ -13,7 +13,7 @@
	<a href="{{ site.lc_site }}">Library Carpentry</a>
	{% endif %}
    </div>
    <div class="col-md-6" align="right">
    <div class="col-md-6 help-links" align="right">
	{% if page.source %}
	{% if page.source == "Rmd" %}
	<a href="{{site.github.repository_url}}/edit/gh-pages/{{page.path|replace: "_episodes", "_episodes_rmd" | replace: ".md", ".Rmd"}}">Edit on GitHub</a>
@@ -31,4 +31,10 @@
	<a href="mailto:{{ site.email }}">Contact</a>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12" align="center">
      Using <a href="https://github.com/swcarpentry/styles/">The Carpentries style</a> 
      version <a href="https://github.com/swcarpentry/styles/releases/tag/v9.4.0">9.4.0</a>.
    </div>
  </div>
</footer>
+3 −1
Original line number Diff line number Diff line
@@ -140,7 +140,9 @@ img {
  text-align: center;
}

footer {
footer .copyright,
footer .help-links
{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;