Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
jekyll-elixir-theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elixir
jekyll-elixir-theme
Commits
fee75d7e
Commit
fee75d7e
authored
Oct 14, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '32-remove-capitalization' into 'develop'
Removing capitalization See merge request
!12
parents
be317c70
a78fc165
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
_layouts/left_col.html
_layouts/left_col.html
+1
-1
_sass/elixir/_helpers.scss
_sass/elixir/_helpers.scss
+4
-0
No files found.
_layouts/left_col.html
View file @
fee75d7e
...
@@ -20,7 +20,7 @@ layout: default
...
@@ -20,7 +20,7 @@ layout: default
<div
id=
"right-column"
>
<div
id=
"right-column"
>
<header>
<header>
<h1>
<h1
class=
"no-caps"
>
{{ page.title | escape }}
{{ page.title | escape }}
{% if page.date %}
<small>
({{ page.date | date: '%F' }})
</small>
{% endif %}
{% if page.date %}
<small>
({{ page.date | date: '%F' }})
</small>
{% endif %}
</h1>
</h1>
...
...
_sass/elixir/_helpers.scss
View file @
fee75d7e
...
@@ -10,3 +10,7 @@
...
@@ -10,3 +10,7 @@
flex-direction
:
row
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
}
}
h1
.no-caps
{
text-transform
:
unset
;
}
\ 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