Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% get_uuid4 as featured_title %}
<section aria-labelledby="{{ featured_title }}">
<div class="row column text-center">
<h2 class="title" id="{{ featured_title }}">{% trans 'Featured Articles' %}</h2>
<h2 class="title" id="{{ featured_title }}">{% trans 'Featured Publications' %}</h2>
</div>
<div class="row column">
<div class="grid auto-fit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section aria-labelledby="featured-title">
<div class="row">
<div class="col-md-12">
<h2 id="featured-title" class="index-header">{% trans 'Featured Articles' %}</h2>
<h2 id="featured-title" class="index-header">{% trans 'Featured Publications' %}</h2>
</div>
{% for fa in featured_articles %}
{% include "journal/homepage_elements/article_list_item.html" with article=fa.article %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="row">
<div class="col m12">
<h2 class="index-header">{% trans 'Featured Articles' %}</h2>
<h2 class="index-header">{% trans 'Featured Publications' %}</h2>
</div>
{% for fa in featured_articles %}
{% include "journal/homepage_elements/article_list_item.html" with article=fa.article %}
Expand Down
Loading