Skip to content

Commit

Permalink
removing unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Mar 26, 2024
1 parent 924ab32 commit 185b38f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions themes/digital.gov/layouts/events/card-event.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ <h2 class="card-event__title" id="{{ .Title | urlize }}">
</div>
{{- end -}}

{{- if .Params.host -}}
<p class="card-event__host">
Hosted by Digital.gov and the
{{ .Params.host }}
</p>
{{- end -}}

{{ if $isPastEvent }}
{{- partial "core/get_authors_short.html" . -}}
{{ end }}
Expand Down
4 changes: 0 additions & 4 deletions themes/digital.gov/src/scss/new/_card-event.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@
}
}

.card-event__host {
@include u-display("none");
}

.card-event__date {
@include u-text("gray-cool-50");
@include u-text("normal");
Expand Down

0 comments on commit 185b38f

Please sign in to comment.