Skip to content

Commit

Permalink
fix: move partials/opengraph.html to components/meta-opengraph.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Apr 13, 2024
1 parent a093456 commit 00f55f0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/shibuya/theme/shibuya/layout/compact.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}

{%- block extrahead -%}
{% include "partials/opengraph.html" %}
{% include "components/meta-opengraph.html" %}
{% include "components/alternate-links.html" %}
{%- endblock -%}

Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/theme/shibuya/layout/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}

{%- block extrahead -%}
{% include "partials/opengraph.html" %}
{% include "components/meta-opengraph.html" %}
{% include "components/alternate-links.html" %}
{%- endblock -%}

Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/theme/shibuya/layout/landing.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- extends "layout.html" -%}

{%- block extrahead %}
{% include "partials/opengraph.html" %}
{% include "components/meta-opengraph.html" %}
{%- endblock %}

{% block body %}{{ body }}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/theme/shibuya/layout/simple.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- extends "layout.html" -%}

{%- block extrahead %}
{% include "partials/opengraph.html" %}
{% include "components/meta-opengraph.html" %}
{% include "components/alternate-links.html" %}
{%- endblock %}

Expand Down

0 comments on commit 00f55f0

Please sign in to comment.