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

[WIP] Adds draft local elections page #19

Merged
merged 7 commits into from
Oct 6, 2019
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
5 changes: 3 additions & 2 deletions _data/ui-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ en: &DEFAULT_EN
powered_by : "Powered by"
website_label : "Website"
email_label : "Email"
recent_posts : "Ballot questions"
recent_posts : "Statewide ballot questions"
local_elections : "Local election information"
undefined_wpm : "Undefined parameter words_per_minute at _config.yml"
comment_form_info : "Your email address will not be published. Required fields are marked"
comment_form_comment_label : "Comment"
Expand Down Expand Up @@ -1125,7 +1126,7 @@ ro: &DEFAULT_RO
back_to_top : "Înapoi în susul paginii"
ro-RO:
<<: *DEFAULT_RO

# Another locale
# --------------
#
4 changes: 3 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% include election-day.html %}

<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Ballot questions" }}</h3>
<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | default: "Statewide ballot questions" }}</h3>

{% for post in paginator.posts reversed %}
{% if post.election == site.data.elections.current_election %}
Expand All @@ -17,4 +17,6 @@ <h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].recent_posts | d

<!--{% include paginator.html %}-->

<h3 class="archive__subtitle">{{ site.data.ui-text[site.locale].local_elections | default: "Local election information" }}</h3>
We have links to local election websites and basic information about what's on the ballot for counties, cities, and towns. <a href="/local">Find information about your local election</a>
<br><br>Curious about how this website got started? Listen to the story on the <a href="https://civictech.chat/2019/07/maine-ballot">Civic Tech Chat podcast</a>.
Loading