Include version in footer

This commit is contained in:
Cole Bemis 2017-02-28 15:40:22 -08:00
parent 41b8ca19a9
commit 59f037cdc8
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@
</ul> </ul>
<p class="made-with-love"><a href="http://colebemis.com" target="_blank">Made with &lt;3 by Cole Bemis</a></p> <p class="made-with-love"><a href="http://colebemis.com" target="_blank">Made with &lt;3 by Cole Bemis</a></p>
</div> </div>
<p class="icon-count">{{ site.data.icons | size }} icons and counting</p> <p class="version">Version {{ site.data.package.version }}</p>
</div> </div>
</footer> </footer>

View File

@ -271,7 +271,7 @@ a {
} }
} }
.icon-count { .version {
margin: 0 0 1rem; margin: 0 0 1rem;
font-size: 0.875rem; font-size: 0.875rem;
text-align: center; text-align: center;