Skip to content

Publication and teaching entries in CV should be ordered reversely in time #45

Closed
WillFuller/WillFuller.github.io
#14
@geoalchimista

Description

@geoalchimista

Publication list is ordered reversely in time (recent publication first) in the "Publications" page, but not so in the "CV" page.

In publications.md

{% for post in site.publications reversed %}
  {% include archive-single.html %}
{% endfor %}

In cv.md

  <ul>{% for post in site.publications %}
    {% include archive-single-cv.html %}
  {% endfor %}</ul>

I think the default style in cv.md should be changed to match publications.md.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions