File tree Expand file tree Collapse file tree 7 files changed +108
-856
lines changed Expand file tree Collapse file tree 7 files changed +108
-856
lines changed Original file line number Diff line number Diff line change 11
11
-->
12
12
{% assign pages = site.pages | sort: 'order' %}
13
13
{% for item in pages %}{% if item.layout != 'entry' %}{%if item.layout == 'default' or item.layout == 'reference' %}{% if item.url != '/' %}
14
- < li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} "> {{item.title}}</ a > </ li >
14
+ < li class ="menu-item {% if item.title == page.title %}active{% endif %} "> < a href ="{{item.url}} " class =" stepped-link " > {{item.title}}</ a > </ li >
15
15
{% endif %}{% endif %}{% endif %}{% endfor %}
16
-
16
+
17
17
</ ul >
18
18
</ nav >
19
19
< div class ="tweet ">
20
20
< div class ="message "> </ div >
21
21
< div class ="tweettime "> </ div >
22
+ < div class ="twitter-link "> < a href ="https://twitter.com/basil_js " class ="stepped-link "> @basil_js</ a > </ div >
22
23
</ div >
23
24
< div class ="fhnw-logo ">
24
25
< a href ="http://www.fhnw.ch/hgk/ivk "> < img src ="/assets/images/fhnwlogo.png " alt ="FHNW logo and link "> </ a >
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="x-ua-compatible " content ="ie=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
7
7
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8
- < title > Basil .js</ title >
9
- < meta name ="description " content ="basil.js docs ">
8
+ < title > basil .js // </ title >
9
+ < meta name ="description " content ="basil.js website ">
10
10
< meta name ="author " content ="Fabian Morón Zirfas ">
11
11
<!--[if lt IE 9]>
12
12
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
You can’t perform that action at this time.
0 commit comments