Skip to content

Commit a2e2893

Browse files
committed
Use Topics for Remote Projects
1 parent eca75f9 commit a2e2893

File tree

2 files changed

+7
-34
lines changed

2 files changed

+7
-34
lines changed

_includes/projects/index.html

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<!-- Remote Projects JS -->
2-
<script src="{{ '/assets/js/remote-projects.js' | relative_url }}"></script>
31

42
<div class="card-columns m-3 mt-5">
53

@@ -19,17 +17,16 @@
1917
{%- endfor -%}
2018
{%- endcapture -%}
2119

22-
{%- assign project_type = "remote" -%}
23-
{%- assign project_id = project.name -%}
24-
{%- assign project_img = false -%}
25-
{%- assign project_name = titlecase | strip -%}
26-
{%- assign project_desc = project.description -%}
27-
{%- assign project_url = project.html_url -%}
20+
{%- assign project_type = "remote" -%}
21+
{%- assign project_id = project.name -%}
22+
{%- assign project_img = false -%}
23+
{%- assign project_name = titlecase | strip -%}
24+
{%- assign project_desc = project.description -%}
25+
{%- assign project_url = project.html_url -%}
26+
{%- assign project_tools = project.topics -%}
2827

2928
{% include projects/project-card.html %}
3029

31-
<script>get_tools("{{ site.github.owner_name }}/{{ remote_project }}")</script>
32-
3330
{%- endif -%}
3431

3532
{%- endfor -%}

assets/js/remote-projects.js

-24
This file was deleted.

0 commit comments

Comments
 (0)