Skip to content

Commit 4e40abe

Browse files
committed
adding random space to guide page
1 parent 9892935 commit 4e40abe

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

_includes/left-nav.html

-6
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@
55
<h1 class="greetings">{{ site.greetings }}</h1>
66
{{ site.description | markdownify }}
77
</section>
8-
98
<nav class="main-nav">
109
<ul>
1110
<li><a class="btn page-link {% if page.url == '/index.html' %}active{% endif %}" href="/">About</a></li>
12-
<!--{% for _page in site.pages %}-->
13-
<!--{% if _page.title %}-->
14-
<!--<li><a class="btn page-link {% if _page.url == page.url %}active{% endif %}" href="{{ _page.url | prepend: site.baseurl }}">{{ _page.title }}</a></li>-->
15-
<!--{% endif %}-->
16-
<!--{% endfor %}-->
1711
<li><a class="btn page-link {% if page.url == '/download/' %}active{% endif %}" href="/download/">Download</a></li>
1812
<li><a class="btn page-link {% if page.url == '/guides/index.html' or page.categories != nil %}active{% endif %}" href="/guides/">Guides</a></li>
1913
<li><a class="btn page-link {% if page.url == '/develop/' %}active{% endif %}" href="/develop/">Develop</a></li>

guides/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ <h1 class="title">Guides</h1>
3030
</ul>
3131
{{ content }}
3232

33+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
34+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
35+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
36+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
37+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
38+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
39+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
40+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
41+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
42+
<p>&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp </p>
43+
3344
</section>
3445

3546
</div>

_posts/2015-04-30-How_do_you_pronounce_SUAVE.md renamed to how_do_you_pronounce_suave/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: blog
77

88
## Pronunciation
99

10-
Over the course of development for SUAVE much debate went into how to pronounce the name correctly. We wondered, is it SUA - VEY, is it a hair care product, is it Stanford University Avenue, or possibly SWAVEY. We are absolutely certain though that it is not the Stanford University UAV club, they are [here](uav.stanford.edu). Then there is the often written SAUVE and SUave... these are just wrong.
10+
Over the course of development for SUAVE much debate went into how to pronounce the name correctly. We wondered, is it SUA - VEY, is it a hair care product, is it Stanford University Avenue, or possibly SWAVEY. We are absolutely certain though that it is not the Stanford University UAV club, they are [here](http://uav.stanford.edu). Then there is the often written SAUVE and SUave... these are just wrong. Whatever you decide to call it, call it the best.
1111

1212

1313

0 commit comments

Comments
 (0)