File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ < footer class ="site-footer h-card ">
2
+ < data class ="u-url " href ="{{ "/" | relative_url }}"> </ data >
3
+
4
+ < div class ="wrapper ">
5
+
6
+ <!-- <h2 class="footer-heading">{{ site.title | escape }}</h2> -->
7
+
8
+ < div class ="footer-col-wrapper ">
9
+ < div class ="footer-col footer-col-1 ">
10
+ < ul class ="contact-list ">
11
+ < li class ="p-name ">
12
+ {%- if site.author -%}
13
+ {{ site.author | escape }}
14
+ {%- else -%}
15
+ {{ site.title | escape }}
16
+ {%- endif -%}
17
+ </ li >
18
+ {%- if site.email -%}
19
+ < li > < a class ="u-email " href ="mailto:{{ site.email }} "> {{ site.email }}</ a > </ li >
20
+ {%- endif -%}
21
+ </ ul >
22
+ </ div >
23
+
24
+ < div class ="footer-col footer-col-2 ">
25
+ {%- include social.html -%}
26
+ </ div >
27
+
28
+ < div class ="footer-col footer-col-3 ">
29
+ < p > {{- site.description | escape -}}</ p >
30
+ </ div >
31
+ </ div >
32
+
33
+ </ div >
34
+
35
+ </ footer >
You can’t perform that action at this time.
0 commit comments