File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,6 @@ disqus: testnaringu
32
32
33
33
# Theme Author (Please don't edit this line cause of MIT LICENSE rules)
34
34
theme :
35
- creator : Rizky Ariestiyansyah
36
- codename : Naringu
35
+ creator : Rizky Ariestiyansyah
36
+ codename : Naringu
37
+ link : https://github.com/ariestiyansyah/naringu
Original file line number Diff line number Diff line change
1
+ < div align ="center " class ="footer ">
2
+ < a href ="{{ site.theme.link }} " target ="_blank " title ="naringu "> {{ site.theme.codename }}</ a > is designed by {{ site.theme.creator }}< br /> Copyright © {{ site.time | date: '%Y' }} < br >
3
+ </ div >
4
+ </ body>
5
+ </ html>
Original file line number Diff line number Diff line change @@ -42,9 +42,5 @@ <h3 class="masthead-title">
42
42
} , false ) ;
43
43
} ) ( document ) ;
44
44
</ script >
45
- < div align ="center " class ="footer ">
46
- < a href ="/ " title ="naringu "> {{ site.theme.codename }}</ a > is designed by {{ site.theme.creator }}< br >
47
- Copyright © {{ site.time | date: '%Y' }} < br >
48
- </ div >
49
- </ body >
50
- </ html >
45
+
46
+ {% include footer.html %}
You can’t perform that action at this time.
0 commit comments