Skip to content

Commit

Permalink
Revert "Example now in "Unified" style"
Browse files Browse the repository at this point in the history
This reverts commit aa2ca6c.
  • Loading branch information
bmatto committed Oct 29, 2024
1 parent 1be5e1e commit a443fbf
Show file tree
Hide file tree
Showing 29 changed files with 1,116 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div class="body-wrapper {{ builtin_body_classes }}">
{% block header %}
{% module 'main header' path="@projects/getting-started-project/getting-started-theme/components/modules/Header" %}
{% module 'main header' path="@projects/getting-started-project/getting-started-app/components/modules/Header" %}
{% endblock header %}

{# The main-content ID is used for the navigation skipper in the header.html file. More information on the navigation skipper can be found here: https://github.com/HubSpot/cms-theme-boilerplate/wiki/Accessibility #}
Expand All @@ -26,7 +26,7 @@
{% endblock body %}

{% block footer %}
{% module 'footer' path="@projects/getting-started-project/getting-started-theme/components/modules/Footer" %}
{% module 'footer' path="@projects/getting-started-project/getting-started-app/components/modules/Footer" %}
{% endblock footer %}
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{% module
"weather"
path="@projects/getting-started-project/getting-started-theme/components/modules/Weather",
path="@projects/getting-started-project/getting-started-app/components/modules/Weather",
%}

{% endblock body %}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module '*.module.css';
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a443fbf

Please sign in to comment.