File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: home
3
+ title: GPy Examples
4
+ ---
5
+
6
+ < p > List of GPy Examples.</ p >
7
+
8
+ < div id ="sectionnav ">
9
+ < label for ="search-authors "> Filter Authors:</ label >
10
+ < input type ="search " name ="filter-authors " id ="search-authors " value />
11
+ < label for ="search-titles "> Filter Titles:</ label >
12
+ < input type ="search " name ="filter-titles " id ="search-titles " value />
13
+ </ div >
14
+
15
+ {% for post in site.posts %}
16
+
17
+ {% if forloop.first %}
18
+ < h2 > Examples}</ h2 >
19
+ < ul >
20
+ {% endif %}
21
+ {% include listpaper.html %}
22
+ {% if forloop.last %}
23
+ </ ul >
24
+ {% endfor %}
25
+
26
+ < p class ="rss-subscribe "> subscribe < a href ="{{ "/assets/rss/feed.xml" | prepend: site.baseurl }}"> via RSS</ a > </ p >
27
+
28
+ <!-- Search Widget -->
29
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js "> </ script >
30
+ < script src ="./assets/js/search.js "> </ script >
You can’t perform that action at this time.
0 commit comments