99 </ title >
1010
1111 < meta name ="viewport " content ="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no ">
12- < link rel ="icon " href ="/favicon.ico " type ="image/x-icon "/>
12+ < link rel ="icon " href ="/favicon.ico " type ="image/x-icon " />
1313
1414 < link rel ="stylesheet " href ="/style.css ">
1515 < link href ="https://fonts.googleapis.com/css?family=Source+Code+Pro " rel ="stylesheet ">
1818
1919< body >
2020
21- < div class ="Site ">
21+ < div class ="Site ">
2222
23- < header class ="Header ">
24- < div class ="Header-inner ">
25- < div class ="Header-logo ">
26- < a href ="/ "> {{ config.title }}</ a >
23+ < header class ="Header ">
24+ < div class ="Header-inner ">
25+ < div class ="Header-logo ">
26+ < a href ="/ "> {{ config.title }}</ a >
27+ </ div >
28+ < nav class ="Header-nav ">
29+ < a href ="/about "> About</ a >
30+ < a href ="{{ config.extra.luma }} " target ="_blank " rel ="noopener nofollow "> Clooza</ a >
31+ < a href ="{{ config.extra.discord }} " target ="_blank " rel ="noopener nofollow "> Discord</ a >
32+ < a href ="{{ config.extra.twitter }} " target ="_blank " rel ="noopener nofollow "> Twitter</ a >
33+ </ nav >
2734 </ div >
28- < nav class ="Header-nav ">
29- < a href ="/about "> About</ a >
30- < a href ="{{ config.extra.luma }} " target ="_blank " rel ="noopener nofollow "> Luma</ a >
31- < a href ="{{ config.extra.discord }} " target ="_blank " rel ="noopener nofollow "> Discord</ a >
32- < a href ="{{ config.extra.twitter }} " target ="_blank " rel ="noopener nofollow "> Twitter</ a >
33- </ nav >
34- </ div >
35- < div class ="Header-border ">
36- ==============================================================================================================================================================
37- </ div >
38- </ header >
35+ < div class ="Header-border ">
36+ ==============================================================================================================================================================
37+ </ div >
38+ </ header >
3939
40- {% block content %}
41- < div class ="Home ">
42- < p class ="Home-about ">
43- {{ config.description }}
44- </ p >
40+ {% block content %}
41+ < div class ="Home ">
42+ < p class ="Home-about ">
43+ {{ config.description }}
44+ </ p >
4545
46- < div class ="Home-posts ">
47- < h2 class ="Home-posts-title "> Upcoming and Recent Events</ h2 >
48- {% for page in section.pages %}
49- < div class ="Home-posts-post ">
50- < span class ="Home-posts-post-date "> {{ page.date | date(format="%Y-%m-%d") }}</ span >
51- < span class ="Home-posts-post-arrow "> »</ span >
52- < a class ="Home-posts-post-title " href ="{{ page.permalink }} "> {{ page.title }}</ a >
46+ < div class ="Home-posts ">
47+ < h2 class ="Home-posts-title "> Upcoming and Recent Events</ h2 >
48+ {% for page in section.pages %}
49+ < div class ="Home-posts-post ">
50+ < span class ="Home-posts-post-date "> {{ page.date | date(format="%Y-%m-%d") }}</ span >
51+ < span class ="Home-posts-post-arrow "> »</ span >
52+ < a class ="Home-posts-post-title " href ="{{ page.permalink }} "> {{ page.title }}</ a >
53+ </ div >
54+ {% endfor %}
5355 </ div >
54- {% endfor %}
5556 </ div >
56- </ div >
57- {% endblock content %}
57+ {% endblock content %}
5858
59- < script type ="application/ld+json ">
59+ < script type ="application/ld+json ">
6060{
6161 "@context" : "http://www.schema.org" ,
6262 "@type" : "CommunityClub" ,
@@ -84,24 +84,24 @@ <h2 class="Home-posts-title">Upcoming and Recent Events</h2>
8484}
8585</ script >
8686
87- < footer class ="Footer ">
88- < div class ="Footer-border ">
89- ==============================================================================================================================================================
90- </ div >
91- < div class ="Footer-inner ">
92- < div class ="Footer-source ">
93- < a href ="{{ config.extra.github }} " target ="_blank "
94- rel ="noopener nofollow "> Source available on Github</ a >
87+ < footer class ="Footer ">
88+ < div class ="Footer-border ">
89+ ==============================================================================================================================================================
9590 </ div >
96- < div class ="Footer-rss ">
97- < a href ="/sponsors "> Sponsors</ a >
98- < a href ="/rss.xml "> RSS Feed</ a >
91+ < div class ="Footer-inner ">
92+ < div class ="Footer-source ">
93+ < a href ="{{ config.extra.github }} " target ="_blank " rel ="noopener nofollow "> Source available on
94+ Github</ a >
95+ </ div >
96+ < div class ="Footer-rss ">
97+ < a href ="/sponsors "> Sponsors</ a >
98+ < a href ="/rss.xml "> RSS Feed</ a >
99+ </ div >
99100 </ div >
100- </ div >
101- </ footer >
101+ </ footer >
102102
103103 </ div >
104104
105105</ body >
106106
107- </ html >
107+ </ html >
0 commit comments