Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bio-IT
image-analysis-training-resources
Commits
15bedd76
Verified
Commit
15bedd76
authored
Jul 24, 2019
by
Toby Hodges
Browse files
hard code footer links for now
parent
dbc46274
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/lesson_footer.html
View file @
15bedd76
...
...
@@ -2,7 +2,7 @@
Footer for lesson pages.
{% endcomment %}
{% include gh_variables.html %}
<!--
{% include gh_variables.html %}
-->
<footer>
<div
class=
"row"
>
...
...
@@ -33,14 +33,14 @@
<a
href=
"{{repo_url}}/edit/{{ default_branch }}/{{page.path|replace: "
_episodes
",
"
_episodes_rmd
"
|
replace:
".
md
",
".
Rmd
"}}"
data-checker-ignore
>
Edit on GitHub
</a>
{% endif %}
{% else %}
<a
href=
"{{repo_url}}/edit/{{ default_branch }}/{{page.path}}"
data-checker-ignore
>
Edit
on GitHub
</a>
<a
href=
"{{repo_url}}/edit/{{ default_branch }}/{{page.path}}"
data-checker-ignore
>
Edit
source file
</a>
{% endif %}
/
<a
href=
"{{ repo_url }}/blob/{{ source_branch }}/
CONTRIBUTING.md
"
data-checker-ignore
>
Contributing
</a>
<a
href=
"{{ repo_url }}/blob/{{ source_branch }}/
contributing
"
data-checker-ignore
>
Contributing
</a>
/
<a
href=
"{{ repo_url }}/"
>
Source
</a>
/
<a
href=
"{{ repo_url }}/blob/{{ source_branch }}/CITATION"
data-checker-ignore
>
Cite
</a>
<!--
/
<a href="{{ repo_url }}/blob/{{ source_branch }}/CITATION" data-checker-ignore>Cite</a>
-->
/
<a
href=
"mailto:{{ site.email }}"
>
Contact
</a>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment