Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.5 KB

ebooks.md

File metadata and controls

55 lines (50 loc) · 1.5 KB
layout title permalink image
page
E-Books
/ebooks
<style> a.media-link { color: black; text-decoration: underline !important; text-decoration-color: #a29bfe !important; text-decoration-style: solid !important; font-weight: bold; } </style>

{% assign articles = site.data.ebooks.contents %}

{% for item in articles %}

{% if item.image %} Image {% else %} Image {% endif %}
{% assign article_id = item.title | slugify %}
{% if item.author %} By {{ item.author }} {% endif %} {% if item.publication %} {{ item.publication }} {% endif %}
{% if item.date %} {{ item.date }} {% endif %}

{% endfor %}