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
srct.gmu.io
Commits
0c40da49
Commit
0c40da49
authored
Apr 09, 2018
by
Patrick M Donahue
Browse files
Changed loading images from white to green srct logos for the opengraph and twitter expansions
parent
d56cd47a
Changes
1
Show whitespace changes
Inline
Side-by-side
srctweb/_includes/head.html
View file @
0c40da49
...
...
@@ -11,7 +11,7 @@
<meta
property=
"og:url"
content=
"{{ site.url }}{{ page.permalink }}"
>
<meta
property=
"og:type"
content=
"website"
>
<meta
property=
"og:title"
content=
"{{ site.title }}{% if page.permalink != '/' %} | {{ page.title }}{% endif %}"
>
<meta
property=
"og:image"
content=
"{{ site.url }}/assets/img/SRCT_sq
_white_shadow
.png"
>
<meta
property=
"og:image"
content=
"{{ site.url }}/assets/img/SRCT_sq
uare_green_sm
.png"
>
<meta
property=
"og:description"
content=
"{{ page.description }}"
>
<meta
property=
"og:site_name"
content=
"{{ site.title }}"
>
<meta
property=
"og:locale"
content=
"{{ site.locale }}"
>
...
...
@@ -23,7 +23,7 @@
<meta
name=
"twitter:url"
content=
"{{ site.url }}{{ page.permalink }}"
>
<meta
name=
"twitter:title"
content=
"{{ site.title }}{% if page.permalink != '/' %} | {{ page.title }}{% endif %}"
>
<meta
name=
"twitter:description"
content=
"{{ page.description }}"
>
<meta
name=
"twitter:image"
content=
"{{ site.url }}/assets/img/SRCT_sq
_white_shadow
.png"
>
<meta
name=
"twitter:image"
content=
"{{ site.url }}/assets/img/SRCT_sq
uare_green_sm
.png"
>
<!-- Load stylesheets -->
<link
rel=
"stylesheet"
href=
"https://srct.gmu.io/masonstrap/css/masonstrap.min.css"
/>
...
...
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