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
University of Michigan Fencing
club-theme
Commits
8508704f
Commit
8508704f
authored
Jun 24, 2016
by
Ethan Madison
Browse files
Add Markdown rendering to copyright statement
Signed-off-by:
Ethan Madison
<
ethan@ethanmad.com
>
parent
ab4b28b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
layouts/partials/footer.html
View file @
8508704f
...
...
@@ -5,7 +5,7 @@
<footer
class=
"doc-footer"
>
{{ partial "social-links.html" . }}
{{ with .Site.Copyright |
safeHTML
}}
<p>
{{ . }}
</p>
{{ end }}
{{ with .Site.Copyright |
markdownify
}}
<p>
{{ . }}
</p>
{{ end }}
</footer>
<script
src=
"{{ $baseUrl }}/js/jquery.min.js"
></script>
...
...
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