Compare commits

...

2 Commits

Author SHA1 Message Date
steven fe919697be fix(tag): lowercase 2021-09-29 15:32:02 -04:00
steven 8c634cdfd6 feat(theme): dividing horizontal line between posts on lists 2021-09-29 15:31:53 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: "YSL Medium College Bag in Grey Goatskin with Gunmetal Hardware" title: "YSL Medium College Bag in Grey Goatskin with Gunmetal Hardware"
date: 2021-09-26T19:30:07-04:00 date: 2021-09-26T19:30:07-04:00
categories: [bags, Yves Saint Laurent] categories: [bags, yves saint laurent]
tags: [college bag, grey] tags: [college bag, grey]
draft: false draft: false
--- ---

View File

@ -21,6 +21,7 @@
<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}/">#{{ . }}</a> <a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}/">#{{ . }}</a>
{{ end }} {{ end }}
</p> </p>
<hr />
</div> </div>
{{ end }} {{ end }}
</div> </div>