Skip to content

Commit d2383e8

Browse files
authored
Add EOF link to article template TOC
1 parent c67bf19 commit d2383e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/templates/article.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ <h1>{{page.title}}</h1>
107107
</section>
108108
<section id="content">
109109
{{page.content}}
110+
<div id="eof" style="display: none"></div>
110111
</section>
111112
</article>
112113

@@ -115,6 +116,7 @@ <h1>{{page.title}}</h1>
115116
<ul>
116117
<li><a href="#header">{{page.title}}</a></li>
117118
{{page.toc}}
119+
<li><a href="#eof">EOF</a></li>
118120
</ul>
119121
</div>
120122
</div>

0 commit comments

Comments
 (0)