Skip to content

Commit

Permalink
Merge pull request #1088 from ecds/bugfix/tagline-highlights
Browse files Browse the repository at this point in the history
Remove highlights and extra tagline
  • Loading branch information
blms authored Sep 23, 2024
2 parents 503d38c + 9dfd5c3 commit 485447f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
4 changes: 1 addition & 3 deletions apps/templates/_home/_hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<div class="uk-container uk-text-center hero">
<h1 class="uk-heading-primary" style="color: white; font-size: 3rem; font-weight: bold; margin-bottom: 1rem;">
{{ request.site.name }}</h1>
<div class="uk-text-large">Read, remark, and research with Readux,
an interactive digital reading platform and research tool.</div>
<p class="uk-text-lead" style="color: white; ">{{ page.tagline|richtext }}</p>
<div class="uk-text-large">{{ page.tagline|richtext }}</div>
{% include "snippets/_search_box.html" %}
</div>
37 changes: 0 additions & 37 deletions apps/templates/_home/_highlights.html

This file was deleted.

1 change: 0 additions & 1 deletion apps/templates/cms/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
{% include '_home/_featured_collections.html' %}
{% endif %}
{% include '_home/_video.html' %}
{% include '_home/_highlights.html' %}
{% include '_home/_footer.html' %}
</div>
</div>
Expand Down

0 comments on commit 485447f

Please sign in to comment.