Skip to content

Commit 1282aeb

Browse files
committed
three minor design nits
1 parent 2fb456e commit 1282aeb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎_content/av/daybreak_skeets.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ minutes: 18
1818
---
1919

2020
> abíní hoolzish
21-
: the low-moon horizon turquoise serenes pink-lit
21+
the low-moon horizon turquoise serenes pink-lit...

‎_includes/content_size.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{% if include.content.page_count or include.content.minutes %}{% unless include.content.pages contains "," %}<span class="content_size">{% if include.content.minutes %}{% if include.content.minutes < 70 %}{{ include.content.minutes }} min{% else %}{{ include.content.minutes | divided_by: 60 }}h {{ include.content.minutes | modulo: 60 }}m{% endif %}{% else %}{{ include.content.page_count }} page{% if include.content.page_count != 1 %}s{% endif %}{% endif %}</span>{% endunless %}{% endif %}
1+
{% if include.content.page_count or include.content.minutes %}{% unless include.content.pages contains "," %}<span class="content_size">{% if include.content.minutes %}{% if include.content.minutes < 70 %}{{ include.content.minutes }} min{% else %}{{ include.content.minutes | divided_by: 60 }}h{% assign mins = include.content.minutes | modulo: 60 %}{% if mins > 0 %} {{ mins }} m{% endif %%}{% endif %}{% else %}{{ include.content.page_count }} page{% if include.content.page_count != 1 %}s{% endif %}{% endif %}</span>{% endunless %}{% endif %}
22

‎_layouts/content.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2 class="author">Read by {% if reader %}<a href="{{ reader.url }}">{{ reader.t
9292
{% endif %}
9393
<p class="pub_desc"><i>
9494
{%- if page.translator -%}Translated by {% assign translators = page.translator | split: " and " %}{% include_cached content_authors_string.html authors=translators link=true %}.{% endif %}
95-
{% if page.year or publisher or booktitle or page.journal or page.series %}Published{% if page.year %} in {{ page.year }}{% endif %}{% if page.journal %} in {% if journal %}<a href="{{ journal.url }}">{{ journal.title }}</a>{% else %}{{ page.journal }}{% endif %}{% endif %}{% if booktitle %} in “{{ booktitle }}”{% endif %}{% if page.editor %} ({% assign editors = page.editor | split: " and " %}{% include_cached content_authors_string.html authors=editors link=true %} ed.){% endif %}{% if publisher %} by {% if publisher.title %}<a href="{{ publisher.url }}">{{ publisher.title }}</a>{% else %}{{ publisher }}{% endif %}{% if page.address or publisher.address or series.address %}, {{ page.address | default: series.address | default: journal.address | default: publisher.address }}{% endif %}{% endif %}{% if page.series %} {% if page.number %}as{% else %}in{% endif %} {% if series %}<a href="{{ series.url }}">{{ series.title }}</a>{% else %}"{{ page.series }}"{% endif %}{% if page.number %} number {{ page.number }}{% endif %}{% endif %}.{% endif %}
95+
{% if page.year or publisher or booktitle or page.journal or page.series %}Published{% if page.year %} in {{ page.year }}{% endif %}{% if page.journal %} in {% if journal %}<a href="{{ journal.url }}">{{ journal.title }}</a>{% else %}{{ page.journal }}{% endif %}{% endif %}{% if booktitle %} in “{{ booktitle }}”{% endif %}{% if page.editor %} ({% assign editors = page.editor | split: " and " %}{% include_cached content_authors_string.html authors=editors link=true %} ed.){% endif %}{% if publisher %}{% unless journal %} by {% if publisher.title %}<a href="{{ publisher.url }}">{{ publisher.title }}</a>{% else %}{{ publisher }}{% endif %}{% if page.address or publisher.address or series.address %}, {{ page.address | default: series.address | default: journal.address | default: publisher.address }}{% endif %}{% endunless %}{% endif %}{% if page.series %} {% if page.number %}as{% else %}in{% endif %} {% if series %}<a href="{{ series.url }}">{{ series.title }}</a>{% else %}"{{ page.series }}"{% endif %}{% if page.number %} number {{ page.number }}{% endif %}{% endif %}.{% endif %}
9696

9797
</i></p>
9898

0 commit comments

Comments
 (0)