Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
Arikaim committed Jan 19, 2022
1 parent add2fcb commit 7de3350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
open_collective: arikaim-cms
ko_fi: arikaim
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
Expand Down
7 changes: 5 additions & 2 deletions head/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
<script async {{ options.page_files }} class="component-file" component-type="{{ file.component_type }}" component-name="{{ file.component_name }}" component-id="{{ file.component_id }}" src="{{ file.url }}" type="text/javascript"></script>
{%- endfor -%}
{% endcache %}

<!-- component instances -->
{% for item in component_instances -%}
<meta class="component-instance" component-name="{{ item.name }}" component-type="{{ item.type }}" component-id="{{ item.id }}">
{% endfor -%}
{{- content }}
</head>
</head>

0 comments on commit 7de3350

Please sign in to comment.