File tree Expand file tree Collapse file tree 2 files changed +28
-5
lines changed Expand file tree Collapse file tree 2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 24
24
< p > {{ site.description }}</ p >
25
25
26
26
< p class ="view ">
27
- < a href ="https://github.com/geocoder-php/Geocoder "> View the Project on GitHub < small > geocoder-php/Geocoder</ small > </ a >
27
+ < a href ="https://github.com/geocoder-php/{% if page.project_name %}{{ page.project_name }}{% else %}Geocoder{% endif %} ">
28
+ View the Project on GitHub < small > geocoder-php/{% if page.project_name %}{{ page.project_name }}{% else %}Geocoder{% endif %}</ small >
29
+ </ a >
28
30
</ p >
29
31
30
32
< ul >
31
- < li > < a href ="{{ site.github_base_url }}{{ site.name }}/zipball/master "> Download < strong > ZIP File</ strong > </ a > </ li >
32
- < li > < a href ="{{ site.github_base_url }}{{ site.name }}/tarball/master "> Download < strong > TAR Ball</ strong > </ a > </ li >
33
- < li > < a href ="{{ site.github_base_url }}{{ site.name }} "> View On < strong > GitHub</ strong > </ a > </ li >
33
+ < li >
34
+ < a href ="{{ site.github_base_url }}{% if page.project_name %}{{ page.project_name }}{% else %}{{ site.name }}{% endif %}/zipball/master ">
35
+ Download < strong > ZIP File</ strong >
36
+ </ a >
37
+ </ li >
38
+ < li >
39
+ < a href ="{{ site.github_base_url }}{% if page.project_name %}{{ page.project_name }}{% else %}{{ site.name }}{% endif %}/tarball/master ">
40
+ Download < strong > TAR Ball</ strong >
41
+ </ a >
42
+ </ li >
43
+ < li >
44
+ < a href ="{{ site.github_base_url }}{% if page.project_name %}{{ page.project_name }}{% else %}{{ site.name }}{% endif %} ">
45
+ View On < strong > GitHub</ strong >
46
+ </ a >
47
+ </ li >
34
48
</ ul >
35
49
</ header >
36
50
39
53
< footer >
40
54
< p >
41
55
This project is maintained by < a href ="https://github.com/willdurand "> William Durand</ a > and
42
- < a href ="{{ site.github_base_url }}?tab=members "> awesome people</ a > .
56
+ < a href ="{{ site.github_base_url }}{% if page.project_name %}{{ page.project_name }}/contributors{% else %}?tab=members{% endif %} ">
57
+ awesome people
58
+ </ a > .
43
59
</ p >
44
60
< p >
45
61
< small > Hosted on GitHub Pages — Theme by < a href ="https://github.com/orderedlist "> orderedlist</ a > </ small >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ < section >
6
+ {{ content }}
7
+ </ section >
You can’t perform that action at this time.
0 commit comments