Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 407 Bytes

files.md

File metadata and controls

16 lines (12 loc) · 407 Bytes
layout title
content
static files

This is a page which will list all my static files in this repo

This post will do a brief introduction to some of these files.

static pdf files

{% assign pdfiles = site.static_files | where: "pdf", true %} {% for mypdf in pdfiles %}

[🖺{{ mypdf.name }}]({{ mypdf.path }})

{{ mypdf.modified_time }}

{% endfor %}