Skip to content

Conversation

@lucabtz
Copy link

@lucabtz lucabtz commented Sep 22, 2021

Added footer with licensing information solving #175

Copy link
Member

@jelly jelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please combine the base.html and style.css changes into one commit and create a new commit for todo.html.

</div>
<div id="page_footer">
<p>
Copyright © 2002-2021
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally, we don't have to update this every year manually in archweb we have something like:

templates/base.html:            <p>Copyright © 2002-{% now "Y" %} <a href="mailto:[email protected]"

So a jinja template variable should contain the current year.

</div>
<div id="page_footer">
<p>
Copyright © 2002-2021
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line and the line below contains an extraneous space at the end of the line

Arch Security Tracker is licensed under the terms of the MIT License,
<a href="https://github.com/archlinux/arch-security-tracker" target="_blank" title="Arch Security Tracker source code">source code</a>.
</p>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything should be tab indented here, see our .editorconfig file.

<pre class="text">nothing to do
Yippie!</pre>
<div>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally this would be a separate commit in this PR

font-size: 0.9em;
margin: 0 auto;
font-size: 0.75em;
margin: 10px auto 20px auto;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use em / rem for marging.

@lucabtz
Copy link
Author

lucabtz commented Oct 19, 2021

Sorry for my late reply will look into it asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants