Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1010 Bytes

patents.md

File metadata and controls

33 lines (30 loc) · 1010 Bytes
layout title permalink
default
Patents
/patents/

Patents

{% for patent in site.categories.patents %} {% assign post_url = patent.url | replace: '//', '/' | prepend: site.baseurl | prepend: site.url %}

{{ patent.title }}

{{ patent.date | date: "%b %-d, %Y" }} {% if patent.tags %} • {{ patent.tags }}{% endif %} {% if patent.meta %} • {{ patent.meta }}{% endif %}

{{ patent.excerpt }}
<a href="{{ patent.url | replace: '//', '/' | prepend: site.baseurl | prepend: site.url }}">
  Continue reading »
</a>
{% endfor %}