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
go
Commits
34c1a2d9
Commit
34c1a2d9
authored
Oct 26, 2016
by
Michael Bailey
Browse files
Add HTTPS resources
parent
2ca3c8e5
Pipeline
#417
passed with stage
in 6 minutes and 1 second
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
go/go/templates/layouts/base.html
View file @
34c1a2d9
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<meta
name=
"robots"
content=
"all"
>
<meta
name=
"robots"
content=
"all"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
href=
"http://fonts.googleapis.com/css?family=Carrois+Gothic"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"http
s
://fonts.googleapis.com/css?family=Carrois+Gothic"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
href=
"//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootswatch.min.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
bootswatch.min.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
styles.css
"
%}"
/>
<link
rel=
"stylesheet"
href=
"{% static "
css
/
styles.css
"
%}"
/>
...
...
go/go/templates/link_box.html
View file @
34c1a2d9
...
@@ -133,9 +133,9 @@
...
@@ -133,9 +133,9 @@
{% with the_url|add:"?qr" as qr_url %}
{% with the_url|add:"?qr" as qr_url %}
<pre><strong>
QR Downloads:
</strong>
<pre><strong>
QR Downloads:
</strong>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=268x268&chl={{ qr_url }}"
target=
"_blank"
>
Small (268x268)
</a>
<a
href=
"http
s
://chart.googleapis.com/chart?cht=qr&chs=268x268&chl={{ qr_url }}"
target=
"_blank"
>
Small (268x268)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=383x383&chl={{ qr_url }}"
target=
"_blank"
>
Medium (383x383)
</a>
<a
href=
"http
s
://chart.googleapis.com/chart?cht=qr&chs=383x383&chl={{ qr_url }}"
target=
"_blank"
>
Medium (383x383)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=547x547&chl={{ qr_url }}"
target=
"_blank"
>
Large (547x547)
</a>
<a
href=
"http
s
://chart.googleapis.com/chart?cht=qr&chs=547x547&chl={{ qr_url }}"
target=
"_blank"
>
Large (547x547)
</a>
</pre>
</pre>
{% endwith %}
{% endwith %}
{% endwith %}
{% endwith %}
...
...
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