diff options
| author | Mole Shang <135e2@135e2.dev> | 2023-05-01 17:11:47 +0800 | 
|---|---|---|
| committer | Mole Shang <135e2@135e2.dev> | 2023-05-01 17:11:47 +0800 | 
| commit | 7f3e4a91691cc8dfc1fc0fb74def6a069ea72e27 (patch) | |
| tree | 14c94c856562d7ab67aa4a9c1293dffd5ad31d26 /templates | |
| parent | 9ac73d2bfce25caa059e0ee53202b81e1ae98103 (diff) | |
| download | Seje2-7f3e4a91691cc8dfc1fc0fb74def6a069ea72e27.tar.gz Seje2-7f3e4a91691cc8dfc1fc0fb74def6a069ea72e27.tar.bz2 Seje2-7f3e4a91691cc8dfc1fc0fb74def6a069ea72e27.zip | |
sass/_partial/term: new
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/taxonomy_list.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html index 3c83c16..9182c43 100644 --- a/templates/taxonomy_list.html +++ b/templates/taxonomy_list.html @@ -3,10 +3,10 @@  {% block content %}  <section class="posts">      <h1 class="post-title">Tags</h1> +    <section class="terms">      {% for term in terms %} -    <section> -        <div class="post-content"><a href="{{ term.permalink }}" class="post-title-link">{{ term.name }}</a></div> -    </section> +        <div class="post-content"><a href="{{ term.permalink }}" class="post-title-link">#{{ term.name }}</a></div>      {% endfor %} +    </section>  </section>  {% endblock %} | 
