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
c9f25bdf
Commit
c9f25bdf
authored
Aug 07, 2019
by
Jacek Lebioda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Displaying submenu tree in news
parent
a3c42125
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
14 deletions
+21
-14
_layouts/post.html
_layouts/post.html
+20
-13
elixir-theme.gemspec
elixir-theme.gemspec
+1
-1
No files found.
_layouts/post.html
View file @
c9f25bdf
...
...
@@ -3,20 +3,27 @@ layout: default
---
<article
class=
"body-wrapper margin-wrapper"
>
<div
id=
"left-column"
></div>
<div
id=
"left-column"
>
<h2>
{{ page.section }}
</h2>
<ul>
{% for link in page.news_pages %}
<li><a
href=
"{{ site.baseurl }}{{ link.href }}"
{%
if
link.active
%}
class=
"active"
{%
endif
%}
>
{{ link.title }}
</a></li>
{% endfor %}
</ul>
</div>
<div>
<header>
<h1>
{{ page.title | escape }}
<br
/>
<small>
{{ page.date | date: '%B %d, %Y' }}
</small>
</h1>
</header>
<div>
<header>
<h1>
{{ page.title | escape }}
<br
/>
<small>
{{ page.date | date: '%B %d, %Y' }}
</small>
</h1>
</header>
{{ content }}
{{ content }}
<span
class=
"pull-right"
>
<a
href=
"{{site.baseurl}}/news"
>
Go back to the news
</a>
</span>
</div>
<span
class=
"pull-right"
>
<a
href=
"{{site.baseurl}}/news"
>
Go back to the news
</a>
</span>
</div>
</article>
elixir-theme.gemspec
View file @
c9f25bdf
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-elixir-theme"
spec
.
version
=
"0.6.
3
"
spec
.
version
=
"0.6.
4
"
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