Skip to content

Commit

Permalink
Revert pride month logos (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
dngray committed Jul 20, 2023
1 parent a5327ff commit 468ba93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/layouts/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ definitions:
{%- if page.meta.cover -%}
theme/assets/img/cover/{{ page.meta.cover }}
{%- else -%}
{{ layout.background_image or "theme/assets/brand/PNG/Banner/cover-progress-notext-blur.png" }}
{{ layout.background_image or "" }}
{%- endif -%}

- &background_color >-
Expand Down
4 changes: 4 additions & 0 deletions theme/partials/logo.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
#} -->
<!-- {#
<img src="{{ 'assets/brand/SVG/Logo/privacy-guides-rainbow-logo-notext.svg#only-light' | url }}" alt="logo">
<img src="{{ 'assets/brand/SVG/Logo/privacy-guides-rainbow-logo-notext-darkbg.svg#only-dark' | url }}" alt="logo">
#} -->
<img src="{{ 'assets/brand/SVG/Logo/privacy-guides-logo-notext.svg#only-light' | url }}" alt="logo">
<img src="{{ 'assets/brand/SVG/Logo/privacy-guides-logo-notext-darkbg.svg#only-dark' | url }}" alt="logo">

0 comments on commit 468ba93

Please sign in to comment.