-
Notifications
You must be signed in to change notification settings - Fork 40
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
make front page more concise #120
base: website
Are you sure you want to change the base?
Conversation
That's already done in this PR. |
pages/index.html
Outdated
@@ -94,7 +94,7 @@ <h2><a class="headline-link" href="#opensource">{% trans "Free & Open Source | |||
{% include "donate_paypal.html" %} | |||
</div> | |||
<div> | |||
<a class="button button-secondary" href="{% url "/features.html" %}">{% trans "More Features" %}</a> | |||
<a class="button button-secondary" href="{% url "/get-involved.html" %}">{% trans "Get Involved" %}</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After putting get involved, the get involved link will be the reduntant one, we just have to prioritise which one to show in this section
1ef84bc
to
eb6048c
Compare
Reimplemented for Pelican |
ping @Holzhaus |
re b995658 |
No description provided.