Continue to refine styles and layouts
This commit is contained in:
_assets/css
_archive.scss_base.scss_buttons.scss_masthead.scss_navigation.scss_notices.scss_page.scss_site.scss_syntax.scss_toc.scss_variables.scssmain.scss
_includes
_layouts
_pages
category-archive.htmlcollection-archive.htmlportfolio-archive.htmlrecipes-archive.htmltag-archive.htmlyear-archive.html
_posts
assets/css
@ -10,7 +10,7 @@ author_profile: false
|
||||
{% for post in site.posts %}
|
||||
{% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
|
||||
{% if year != written_year %}
|
||||
<h2>{{ year }}</h2>
|
||||
<h2 class="archive__subtitle">{{ year }}</h2>
|
||||
{% capture written_year %}{{ year }}{% endcapture %}
|
||||
{% endif %}
|
||||
{% include archive-list-single %}
|
||||
|
Reference in New Issue
Block a user