Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaotikum
website
Commits
0d04ea45
Commit
0d04ea45
authored
1 year ago
by
Lukas Ruge
Browse files
Options
Downloads
Patches
Plain Diff
mmmmmooooorrrrreeee
parent
fef9e122
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15913
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_includes/post-meta.html
+2
-1
2 additions, 1 deletion
_includes/post-meta.html
_includes/project-list.html
+2
-1
2 additions, 1 deletion
_includes/project-list.html
_layouts/post.html
+0
-2
0 additions, 2 deletions
_layouts/post.html
with
4 additions
and
4 deletions
_includes/post-meta.html
+
2
−
1
View file @
0d04ea45
...
...
@@ -2,7 +2,8 @@
{% assign author = page.by -%}
{% if page.categories contains 'project' -%}
{% for project in site.projects -%}
{% assign projects = site.projects | where_exp: "project", "page.tags contains project.tag" -%}
{% for project in projects -%}
{% if page.tags contains project.tag -%}
{% capture author %}{%for c in project.contact %} {{c}}{% if forloop.last != true %},{% endif %}{% endfor %}{% endcapture %}
{% endif -%}
...
...
This diff is collapsed.
Click to expand it.
_includes/project-list.html
+
2
−
1
View file @
0d04ea45
<section
class=
"section typeset"
>
<ul
class=
"list list--posts"
>
{% assign tagArray = "" | split: ',' -%}
{% assign posts = (site.posts | sort: 'date') %}
{% assign relevant_posts = site.posts | where_exp: "rpost", "rpost.categories contains 'project'" -%}
{% assign posts = (relevant_posts | sort: 'date') %}
{% for post in posts reversed %}
{% if post.categories contains 'project' -%}
{% for tag in post.tags -%}
...
...
This diff is collapsed.
Click to expand it.
_layouts/post.html
+
0
−
2
View file @
0d04ea45
...
...
@@ -26,8 +26,6 @@ layout: default
{% include post-license.html -%}
{% include post-comments.html -%}
</article>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment