Skip to content

Commit

Permalink
Use Topics for Remote Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
yousinix committed May 5, 2021
1 parent eca75f9 commit a2e2893
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 34 deletions.
17 changes: 7 additions & 10 deletions _includes/projects/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- Remote Projects JS -->
<script src="{{ '/assets/js/remote-projects.js' | relative_url }}"></script>

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

Expand All @@ -19,17 +17,16 @@
{%- endfor -%}
{%- endcapture -%}

{%- assign project_type = "remote" -%}
{%- assign project_id = project.name -%}
{%- assign project_img = false -%}
{%- assign project_name = titlecase | strip -%}
{%- assign project_desc = project.description -%}
{%- assign project_url = project.html_url -%}
{%- assign project_type = "remote" -%}
{%- assign project_id = project.name -%}
{%- assign project_img = false -%}
{%- assign project_name = titlecase | strip -%}
{%- assign project_desc = project.description -%}
{%- assign project_url = project.html_url -%}
{%- assign project_tools = project.topics -%}

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

<script>get_tools("{{ site.github.owner_name }}/{{ remote_project }}")</script>

{%- endif -%}

{%- endfor -%}
Expand Down
24 changes: 0 additions & 24 deletions assets/js/remote-projects.js

This file was deleted.

0 comments on commit a2e2893

Please sign in to comment.