Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Toby Hodges
image-analysis-training-resources
Commits
15bedd76
Verified
Commit
15bedd76
authored
Jul 24, 2019
by
Toby Hodges
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hard code footer links for now
parent
dbc46274
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
_includes/lesson_footer.html
_includes/lesson_footer.html
+5
-5
No files found.
_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