Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to the repository in the footer. #62

Merged
merged 1 commit into from
Apr 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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