-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 818 Bytes
/
index.html
File metadata and controls
31 lines (27 loc) · 818 Bytes
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
---
layout: index
title: Hadithmv
---
<!-- https://jmcglone.com/guides/github-pages
https://hankquinlan.github.io
i think i renamed default to index because of naming issues with either the windows or android apps during generation
-->
<!-- first jekyll opens the layout folder (which stores templates), and fetches the code in the given html file (here it is default.html as above in the front matter between triple hyphens) then whatever code that is below here, gets applied in the {{ content }} liquid variable in the default.html file. -->
<!--
<table id="fortyNawawiTable" class="stripe table">
fnClass
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
</table>
-->