Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4634fd7c
Commit
4634fd7c
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix ads alignment
parent
e09f306b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/layouts/_default/single.html
+2
-2
site/layouts/_default/single.html
with
2 additions
and
2 deletions
+2
-2
site/layouts/_default/single.html
+
2
-
2
View file @
4634fd7c
...
...
@@ -23,15 +23,15 @@
</div>
</nav>
<header
class=
"
d-flex flex-column flex-md-row align-items-md-center
p-5 border-bottom"
>
<header
class=
"p
y
-5 border-bottom"
>
<div
class=
"container pt-md-1 pb-md-4"
>
<h1
class=
"bd-title mt-0"
>
{{ .Title | markdownify }}
</h1>
<p
class=
"bd-lead"
>
{{ .Page.Params.Description | markdownify }}
</p>
{{ if eq .Title "Examples" }}
<a
href=
"{{ .Site.Params.download.source }}"
class=
"btn btn-lg btn-bd-primary"
onclick=
"ga('send', 'event', 'Examples', 'Hero', 'Download');"
>
Download source code
</a>
{{ end }}
{{ partial "ads" . }}
</div>
{{ partial "ads" . }}
</header>
<main
class=
"bd-content py-5"
id=
"content"
role=
"main"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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