mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-07 06:02:26 -04:00
Remove content from pages dynamically filled in by a relevant layout
In fact, right now those pages content is duplicated - once included here and once inserted by the doc-content (or hcl) layout.
This commit is contained in:
parent
9d4ade3d58
commit
1a92224f8b
9 changed files with 10 additions and 817 deletions
|
@ -11,16 +11,3 @@ title: Research
|
|||
|
||||
Here are links to various research papers, projects, and blog posts that relate
|
||||
to Qubes OS.
|
||||
|
||||
{% for category in site.data.research.categories %}
|
||||
<h3>{{category.name}}</h3>
|
||||
<ul class="add-top more-bottom">
|
||||
{% for paper in site.data.research.papers %}
|
||||
{% if paper.category == category.slug %}
|
||||
<li>
|
||||
<a href="{{paper.url}}">{{paper.title}}</a> by {{paper.author}}{% if paper.date %}, {{paper.date}}{% endif %}
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue