Skip to content

Commit f3d8a6a

Browse files
committed
Updated back to top link to #top instead of ^
1 parent 725f3a4 commit f3d8a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_navigation(file):
4848

4949
def create_article(link, title, html, top = None):
5050
if top is not None:
51-
title = to_markdown('## %s [^](#%s)' % (title, top)).replace('<h2>', '<h2 id="%s">' % link)
51+
title = to_markdown('## %s [#top](#%s)' % (title, top)).replace('<h2>', '<h2 id="%s">' % link)
5252

5353
else:
5454
title = to_markdown('# %s' % title).replace('<h1>', '<h1 id="%s">' % link)

0 commit comments

Comments
 (0)