Skip to content

Commit

Permalink
minor changes to relevant links
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Dec 20, 2023
1 parent 294cec6 commit 0e286d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions attack-theme/static/style/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,8 @@ pre {
margin-bottom: 1rem;
padding: .5rem 1rem;
border-radius: 3px;
a ~ a::before {
content: ', ';
.faq-link ~ .faq-link::before {
content: ', ';
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions attack-theme/templates/general/faq-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<!--stopindex-->
<div class="px-3">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item"><a href="/resources">Resources</a></li>
<li class="breadcrumb-item">Frequently Asked Questions</li>
<li class="breadcrumb-item"><a href="/">Home</a></li>
<li class="breadcrumb-item"><a href="/resources">Resources</a></li>
<li class="breadcrumb-item">Frequently Asked Questions</li>
</ol>
</div>

Expand Down Expand Up @@ -43,7 +43,7 @@ <h4><strong>{{section.name}}</strong></h4>
<div class="relevant-links">
<span>
<strong>Relevant Links:</strong>
{% for link in section.relevant_links %}<a href="{{link.url}}">{{link.label}}</a>{% endfor %}
{% for link in section.relevant_links %}<span class="faq-link"><a href="{{link.url}}">{{link.label}}</a></span>{% endfor %}
</span>
</div>
{% endif %}
Expand Down

0 comments on commit 0e286d0

Please sign in to comment.