Skip to content

Commit 169d166

Browse files
committed
Fix invalid links
1 parent 78de22a commit 169d166

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

00-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The fastest way to get Summernote is to download the precompiled and minified ve
1818
### Download source code
1919

2020
Get the latest Summernote LESS and Javascript source code by downloading it directly from GitHub.
21-
[Download]({{ site.repository }}/archive/master.zip)
21+
[Download]({{ site.repository }}/archive/main.zip)
2222

2323
### Clone or Fork via Github
2424

_includes/header.html

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
<header class="navbar navbar-default navbar-fixed-top fix-navbar" role="navigation">
1+
<header
2+
class="navbar navbar-default navbar-fixed-top fix-navbar"
3+
role="navigation"
4+
>
25
<div class="page-container header-page-container">
36
<div class="navbar-header">
47
<button type="button" class="navbar-toggle">
@@ -7,23 +10,39 @@
710
<span class="icon-bar"></span>
811
<span class="icon-bar"></span>
912
</button>
10-
<a class="navbar-brand fix-header-brand header-bi" href="/"><span class="ir">summernote</span></a>
11-
<a href="{{ site.repository }}/archive/master.zip" id="download">
13+
<a class="navbar-brand fix-header-brand header-bi" href="/"
14+
><span class="ir">summernote</span></a
15+
>
16+
<a href="{{ site.repository }}/archive/main.zip" id="download">
1217
<span class="img-mobile-download"></span>
1318
</a>
1419
</div>
1520
<!-- Collect the nav links, forms, and other content for toggling -->
1621
<div class="collapse navbar-collapse">
1722
<ul class="nav navbar-nav">
18-
{% for page in site.pages %}
19-
{% if page.title and page.menu == true %}
20-
<li><a class="header-page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a></li>
21-
{% endif %}
22-
{% endfor %}
23+
{% for page in site.pages %} {% if page.title and page.menu == true %}
24+
<li>
25+
<a
26+
class="header-page-link"
27+
href="{{ page.url | prepend: site.baseurl }}"
28+
>{{ page.title }}</a
29+
>
30+
</li>
31+
{% endif %} {% endfor %}
2332
</ul>
2433
<ul class="nav navbar-nav navbar-right header-social">
25-
<li><a href="https://twitter.com/intent/tweet?button_hashtag=summernote" class="twitter">#summernote</a></li>
26-
<li><a href="https://github.com/summernote/summernote/" class="github">0,000</a></li>
34+
<li>
35+
<a
36+
href="https://twitter.com/intent/tweet?button_hashtag=summernote"
37+
class="twitter"
38+
>#summernote</a
39+
>
40+
</li>
41+
<li>
42+
<a href="https://github.com/summernote/summernote/" class="github"
43+
>0,000</a
44+
>
45+
</li>
2746
</ul>
2847
</div>
2948
</div>

0 commit comments

Comments
 (0)