Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Sito
poul.org
Commits
72c99e68
Verified
Commit
72c99e68
authored
Sep 22, 2019
by
Davide Depau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix post URL in latest events widget
parent
eeb39667
Pipeline
#15
passed with stage
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
_includes/latest_posts.html
_includes/latest_posts.html
+2
-2
No files found.
_includes/latest_posts.html
View file @
72c99e68
<div
class=
"styled-grid latest-posts"
>
{% for post in site.posts limit: include.limit %}
<div
class=
"styled-grid-item latest-post-item"
>
<div
class=
"post-date"
><a
href=
"{{ post.url }}"
><i
class=
"fa fa-calendar"
></i>
{{ post.date | date: "%m/%y" }}
</a></div>
<div
class=
"post-title"
><a
href=
"{{ post.url }}"
>
{{ post.title }}
</a></div>
<div
class=
"post-date"
><a
href=
"{{ post.url
| prepend: site.baseurl
}}"
><i
class=
"fa fa-calendar"
></i>
{{ post.date | date: "%m/%y" }}
</a></div>
<div
class=
"post-title"
><a
href=
"{{ post.url
| prepend: site.baseurl
}}"
>
{{ post.title }}
</a></div>
</div>
{% endfor %}
</div>
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