mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-30 01:04:30 +02:00
Add logo and Tyler to footer
This commit is contained in:
parent
417ff94703
commit
0dccc2b121
@ -56,6 +56,20 @@
|
|||||||
|
|
||||||
= yield
|
= yield
|
||||||
|
|
||||||
|
%footer.footer.clearfix{ role: "banner" }
|
||||||
|
= image_tag "keep-a-changelog-mark.svg", width: 30, class: "mark"
|
||||||
|
|
||||||
|
%p.about
|
||||||
|
This project is
|
||||||
|
= link_to "MIT Licensed", "http://choosealicense.com/licenses/mit/"
|
||||||
|
\ //
|
||||||
|
= link_to "Created & maintained", "https://github.com/olivierlacan/keep-a-changelog/"
|
||||||
|
by
|
||||||
|
= link_to "Olivier Lacan", "http://olivierlacan.com/"
|
||||||
|
\ //
|
||||||
|
Designed by
|
||||||
|
= link_to "Tyler Fortune", "http://tylerfortune.me/"
|
||||||
|
|
||||||
- unless config.gauges_id.blank?
|
- unless config.gauges_id.blank?
|
||||||
:javascript
|
:javascript
|
||||||
var _gauges = _gauges || [];
|
var _gauges = _gauges || [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user