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

Refactor page meta #2641

Merged
merged 10 commits into from
Aug 31, 2020
Prev Previous commit
Next Next commit
Add space
  • Loading branch information
mmistakes committed Aug 8, 2020
commit 0277056e2659ab02de88c215a812d155bc82e716
2 changes: 1 addition & 1 deletion _includes/page__meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% elsif words == words_per_minute %}
1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
{% else %}
{{ words | divided_by:words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
{{ words | divided_by: words_per_minute }} {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }}
{% endif %}
{% endif %}
</p>
Expand Down