Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
a3c42125
Commit
a3c42125
authored
Aug 07, 2019
by
Jacek Lebioda
Browse files
Bugfix with alignment
parent
da81f7be
Changes
3
Hide whitespace changes
Inline
Side-by-side
_layouts/article.html
View file @
a3c42125
...
...
@@ -3,7 +3,6 @@ layout: default
---
<article
class=
"body-wrapper margin-wrapper"
>
<div
id=
"left-column"
></div>
<div>
...
...
_layouts/post.html
View file @
a3c42125
...
...
@@ -2,7 +2,7 @@
layout: default
---
<article
class=
"
one_column
body-wrapper margin-wrapper"
>
<article
class=
"body-wrapper margin-wrapper"
>
<div
id=
"left-column"
></div>
<div>
...
...
elixir-theme.gemspec
View file @
a3c42125
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.6.
2
"
spec
.
version
=
"0.6.
3
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
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