File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,11 @@ <h2 class="entry__title">
61
61
{% endif %}
62
62
</ section >
63
63
64
+ {% if page.home %}
64
65
< section class ="pager__ref ">
65
- < a href ="{{ page.url | remove: 'index.html' }} " title ="Summary "> Summary</ a >
66
+ < a href ="{{ page.home | remove: 'index.html' }}#summary " title ="Summary "> Summary</ a >
66
67
</ section >
68
+ {% endif %}
67
69
68
70
< section class ="pager__newer ">
69
71
{% if page.next %}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Get more information about our [licenses on GitHub](https://github.com/pixelnest
25
25
26
26
The source code is available on our [ GitHub repository] ( https://github.com/pixelnest/2d-game-unity-tutorial ) .
27
27
28
- ## Chapters
28
+ ## Chapters < span id = " summary " ></ span >
29
29
30
30
[ ![ Unity] [ unity_logo_url ] ] [ unity_logo_url ]
31
31
You can’t perform that action at this time.
0 commit comments