-
Notifications
You must be signed in to change notification settings - Fork 0
/
tasg-lann.html
35 lines (28 loc) · 1.11 KB
/
tasg-lann.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: page
title: Tasg-lann
permalink: /tasg-lann/
---
<p>Tòisich a' sgrìobhadh anns a' bhogsa gu h-ìosal airson lorg sna postaichean.</p>
<!-- Html Elements for Search -->
<div class="form-group" id="search-container">
<input class="form-control" type="text" id="search-input" placeholder="Lorg sna postaichean..." style="padding: 10px; font-size: 17px; border: 1px solid grey; float: left; width: 100%; background: #f1f1f1;"><br />
<ul style="padding-top: 30px" id="results-container"></ul>
</div>
<!-- Script pointing to search-script.js -->
<script src="/js/search-script.js" type="text/javascript"></script>
<!-- Configuration -->
<script>
SimpleJekyllSearch({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('results-container'),
json: '/js/search.json'
})
</script>
<h2>Roinnean-seòrsa</h2>
<p>Mura h-eil sibh a lorg post sònraichte, faodaidh sibh na postaichean a bhrabhsadh a-rèir nan roinnean-seòrsa na leanas.</p>
<ul>
{% for category in site.data.categories %}
<li><a href="{{ category.url }}">{{ category.title }}</a></li>
{% endfor %}
</ul>