Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ReverseEagle
Developers
Commits
beaead6c
Commit
beaead6c
authored
Jul 05, 2020
by
resynth1943
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix title in replace list
parent
57e03365
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
_includes/replace_list.html
_includes/replace_list.html
+1
-1
No files found.
_includes/replace_list.html
View file @
beaead6c
...
...
@@ -2,7 +2,7 @@
{% for article in collections.replace %}
<a
class=
"post-item-link"
href=
"{{ article.url }}"
>
<div
class=
"post-item"
>
<h2
class=
"post-item-title"
>
{{ article.data.
title
}}
</h2>
<h2
class=
"post-item-title"
>
{{ article.data.
product
}}
</h2>
<!-- </a> -->
<blockquote
class=
"post-summary"
>
{{ article.data.type }}
</blockquote>
</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