Skip to content

Commit

Permalink
Add a link to the repository in the footer. (almet#62)
Browse files Browse the repository at this point in the history
Fixes almet#61.
  • Loading branch information
almet authored and CapsLock committed May 1, 2021
1 parent 3f07f97 commit 3bd14fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions copanier/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -796,4 +796,14 @@ small {

background-color: rgba(233, 161, 28, 0.2);
border: 2px black dashed;
}

footer {
width: 100%;
font-size: 0.8em;
border-top: 1px solid #eee;
margin-top: 4em;
padding: 1em;
background: #fafafa;
text-align: center;
}
1 change: 1 addition & 0 deletions copanier/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ <h1 id="sitename">{{ config.SITE_NAME }}</h1>
{% endblock body %}
</div>
</div>
<footer>Copanier est un logiciel libre. <a href="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/spiral-project/copanier">Vous pouvez y contribuer et l'améliorer ! ❤️</a></footer>
</div>


Expand Down

0 comments on commit 3bd14fd

Please sign in to comment.