Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srctweb
Commits
43661649
Commit
43661649
authored
Sep 26, 2018
by
David Haynes
🙆
Browse files
Fixed the mime type and changed the URI
parent
9dd09abc
Pipeline
#3015
passed with stages
in 52 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
srctweb/_includes/head.html
View file @
43661649
...
...
@@ -26,7 +26,7 @@
<meta
name=
"twitter:image"
content=
"{{ site.url }}/assets/img/SRCT_square_green_sm.png"
>
<!-- Load stylesheets -->
<link
rel=
"stylesheet"
href=
"https://srct.nyc3.digitaloceanspaces.com/masonstrap/
css/
masonstrap.min.css"
/>
<link
rel=
"stylesheet"
href=
"https://srct.nyc3.digitaloceanspaces.com/masonstrap/masonstrap.min.css"
/>
<link
href=
"/assets/css/style.css"
rel=
"stylesheet"
>
<!-- Load favicon -->
<link
rel=
"icon"
href=
"/assets/img/favicon.ico"
>
{% if page.tablesorter_css %}
...
...
srctweb/_includes/scripts.html
View file @
43661649
<script
src=
"/assets/js/functions.js"
></script>
<script
src=
"https://srct.nyc3.digitaloceanspaces.com/masonstrap/js/masonstrap.min.js"
></script>
\ No newline at end of file
<script
src=
"https://srct.nyc3.digitaloceanspaces.com/masonstrap/masonstrap.min.js"
></script>
\ No newline at end of file
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