Skip to content

Commit eeb0faa

Browse files
HomePage: Fixed small issues on header & default layout
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 5d7fe70 commit eeb0faa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/_includes/header.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
<i class="fa fa-caret-down"></i>
3939
</button>
4040
<div class="dropdown-content">
41-
<a href="{{ site.github.url }}/general/" target="_blank">General</a>
42-
<a href="{{ site.github.url }}/ui/" target="_blank">User Interface</a>
43-
<a href="{{ site.github.url }}/batch/" target="_blank">Batch Options</a>
44-
<a href="{{ site.github.url }}/sai/" target="_blank">Installer</a>
45-
<a href="{{ site.github.url }}/exports/" target="_blank">Exported Apps</a>
46-
<a href="{{ site.github.url }}/settings/" target="_blank">Settings</a>
41+
<a href="{{ site.github.url }}/general/" target="_self">General</a>
42+
<a href="{{ site.github.url }}/ui/" target="_self">User Interface</a>
43+
<a href="{{ site.github.url }}/batch/" target="_self">Batch Options</a>
44+
<a href="{{ site.github.url }}/sai/" target="_self">Installer</a>
45+
<a href="{{ site.github.url }}/exports/" target="_self">Exported Apps</a>
46+
<a href="{{ site.github.url }}/settings/" target="_self">Settings</a>
4747
</div>
4848
</div>
4949
</ul>

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h1 class="appName">
5252
<a class="playStoreLink" href="{{site.playstore_link}}"><img class="playStore" src="assets/playstore.png"></a>
5353
{% endif %}
5454
{% if site.playstore_free_link %}
55-
<a class="playStoreLink" href="{{site.playstore_free_link}}"><img class="playStore" src="assets/playstore.png"></a>
55+
<a class="playStoreLinkFree" href="{{site.playstore_free_link}}"><img class="playStore" src="assets/playstore.png"></a>
5656
{% endif %}
5757
<a class="fDroidLink" href="{{site.fdroid_link}}"><img class="appStore" src="assets/fdroid.png"></a>
5858
</div>

0 commit comments

Comments
 (0)