Skip to content

Commit

Permalink
Updated back to top link to #top instead of ^
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangYiJiang committed Feb 12, 2011
1 parent 725f3a4 commit f3d8a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Expand Up @@ -48,7 +48,7 @@ def create_navigation(file):

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

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

0 comments on commit f3d8a6a

Please sign in to comment.