Skip to content

Redesigned site with modern UI #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.njk
  • Loading branch information
Sarah-okolo authored Sep 9, 2024
commit c033dadb96ec231758e0257757f3f696a17de92e
12 changes: 1 addition & 11 deletions content/includes/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@
{%- endif -%}
{%- endmacro -%}

{%- macro synonyms(item, tagType) -%}
{%- if item.data.synonyms -%}
{%- set comma = joiner(', ') -%}
(synonyms: {% for synonym in item.data.synonyms -%}
{{ comma() }}{{ formatTag(synonym, tagType) -}}
{%- endfor -%})
{%- endif -%}
{%- endmacro -%}


{%- block content -%}
{% if title -%}
<h1>{{ title }}</h1>
Expand Down Expand Up @@ -74,4 +64,4 @@
<p>
<a href="https://github.com/jsdoc/jsdoc" class="github-ribbon">Fork me on<br>GitHub</a>
</p>
{% endblock %}
{% endblock %}