add github link, fixes #17
This commit is contained in:
parent
61ea230e83
commit
35aeaaabba
3 changed files with 18 additions and 0 deletions
|
@ -34,3 +34,11 @@ html, body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
.fa {
|
||||
font-size: inherit;
|
||||
text-align: inherit;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_set.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.min.js"></script>
|
||||
|
||||
<!-- Place this tag in your head or just before your close body tag. -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
|
||||
<%= content_for(@item, :head) %>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -12,6 +12,13 @@
|
|||
<p>
|
||||
Made with <%= fa :heart, inline: true %> by Zeus WPI
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/ZeusWPI/zeus.ugent.be">
|
||||
<span class="hidden-xs"> View on GitHub </span>
|
||||
<%= fa :github %>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<!-- Place this tag where you want the button to render. -->
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue