mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2025-01-24 04:14:35 +00:00
Improve TODO comment
This commit is contained in:
parent
f3419a37b1
commit
323d319362
|
@ -1,7 +1,12 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- Total posts, total words, link to tag list page, RSS -->
|
<!-- TODO:
|
||||||
|
- Mention total post amt
|
||||||
|
- Total words across posts
|
||||||
|
- link to tag list page (and maybe remove link from content-details),
|
||||||
|
- Link for Hugo generated RSS
|
||||||
|
-->
|
||||||
|
|
||||||
<div class="item-list">
|
<div class="item-list">
|
||||||
{{ partial "content.html" . }}
|
{{ partial "content.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue