Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HCI Theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HCI-Development
HCI Theme
Commits
adc2cab8
Commit
adc2cab8
authored
Jul 08, 2020
by
tron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Date error on path/to/news
parent
59450ceb
Pipeline
#24697
passed with stage
in 13 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
_includes/list-blocks
_includes/list-blocks
+4
-1
No files found.
_includes/list-blocks
View file @
adc2cab8
...
...
@@ -36,8 +36,11 @@
{% else %}
<!-- Change Meta -->
{% if i.enddate %}
{% if i.enddate
%}
{% capture meta %}{{ i.startdate | date:"%Y" }} – {{ i.enddate | date:"%Y" }}{% endcapture %}
{% elsif i.eventdate %}
{% assign date_t = i.date | date_to_string %}
{% capture meta %}{{ date_t }}{% endcapture %}
{% else %}
{% capture meta %}Since {{ i.startdate | date:"%Y" }}{% endcapture %}
{% endif %}
...
...
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