mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-16 06:14:13 +00:00
bwap bwap
This commit is contained in:
parent
e7325209d2
commit
5e094313df
1 changed files with 4 additions and 14 deletions
|
@ -80,10 +80,7 @@
|
|||
|
||||
{{- define "avatar" -}}
|
||||
{{- with . }}
|
||||
<div
|
||||
class="photoswipe-gallery odd single avatar-image-wrapper"
|
||||
role="group"
|
||||
>
|
||||
<div class="photoswipe-gallery odd single avatar-image-wrapper" role="group">
|
||||
<a
|
||||
class="photoswipe-slide"
|
||||
href="{{- .account.Avatar -}}"
|
||||
|
@ -93,9 +90,7 @@
|
|||
data-cropped="true"
|
||||
title="{{- template "avatarAlt" . -}}"
|
||||
>
|
||||
<picture
|
||||
aria-hidden="true"
|
||||
>
|
||||
<picture>
|
||||
{{- if .account.AvatarAttachment }}
|
||||
<source
|
||||
class="avatar"
|
||||
|
@ -120,10 +115,7 @@
|
|||
{{- define "header" -}}
|
||||
{{- with . }}
|
||||
{{- if .account.HeaderAttachment }}
|
||||
<div
|
||||
class="photoswipe-gallery odd single header-image-wrapper"
|
||||
role="group"
|
||||
>
|
||||
<div class="photoswipe-gallery odd single header-image-wrapper" role="group">
|
||||
<a
|
||||
class="photoswipe-slide"
|
||||
href="{{- .account.Header -}}"
|
||||
|
@ -133,9 +125,7 @@
|
|||
data-cropped="true"
|
||||
title="{{- template "headerAlt" . -}}"
|
||||
>
|
||||
<picture
|
||||
aria-hidden="true"
|
||||
>
|
||||
<picture>
|
||||
<source
|
||||
srcset="{{- .account.HeaderStatic -}}"
|
||||
type="{{- .account.HeaderAttachment.PreviewMIMEType -}}"
|
||||
|
|
Loading…
Reference in a new issue