diff options
Diffstat (limited to 'v2/src/lib/category-header.html')
-rwxr-xr-x | v2/src/lib/category-header.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v2/src/lib/category-header.html b/v2/src/lib/category-header.html new file mode 100755 index 0000000..a69b198 --- /dev/null +++ b/v2/src/lib/category-header.html @@ -0,0 +1,6 @@ + <h2 id="$category"> + <a href="#$category">$index_recent_title_html</a> + <a href="$feed_url"> + <img class="simple-icon" src="$icon_atom_url" alt="$icon_atom_alt" /> + </a> + </h2> |