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
c8a1c7cd
Commit
c8a1c7cd
authored
Jul 29, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding page's title to HTML-title tag
parent
4a542c39
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_layouts/default.html
_layouts/default.html
+1
-1
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_layouts/default.html
View file @
c8a1c7cd
...
...
@@ -9,7 +9,7 @@
<link
rel=
"shortcut icon"
href=
"{{ "
/
assets
/
favicon.png
"
|
relative_url
}}"
/>
<link
type=
"text/css"
rel=
"stylesheet"
href=
"//fonts.googleapis.com/css?family=Lato:400,400italic,700"
media=
"all"
>
<title>
{{ site.title }}
</title>
<title>
{{ site.title }}
{% if page.title %} - {{ page.title }}{% endif %}
</title>
</head>
<body>
...
...
elixir-theme.gemspec
View file @
c8a1c7cd
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.4.
6
"
spec
.
version
=
"0.4.
7
"
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