File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 39
39
<!-- Repository -->
40
40
{% if repo_name == "GitHub" and repo_url %}
41
41
< ul class ="repo ">
42
- < li class ="repo-download ">
43
- {% if config.extra.github and config.extra.github.download_release %}
44
- {% set version = config.extra.version | default("../latest") %}
45
- < a href ="{{ repo_url }}/releases/tag/{{ version }} " target ="_blank "
46
- title ="Download " data-action ="download ">
47
- < i class ="icon icon-download "> </ i > Download
42
+ < li class ="repo-contribute ">
43
+ < a href ="{{ repo_url }}#contributing " target ="_blank "
44
+ title ="Contirbute " data-action ="contribute ">
45
+ < i class ="icon icon-note "> </ i > Contibute
48
46
</ a >
49
- {% else %}
50
- {% set version = config.extra.version | default("master") %}
51
- < a href ="{{ repo_url }}/archive/{{ version }}.zip " target ="_blank "
52
- title ="Download " data-action ="download ">
53
- < i class ="icon icon-download "> </ i > Download
54
- </ a >
55
- {% endif %}
56
47
</ li >
57
48
< li class ="repo-stars ">
58
49
< a href ="{{ repo_url }}/stargazers " target ="_blank "
You can’t perform that action at this time.
0 commit comments