File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 37
37
<meta name =" msapplication-config" content =" /media/meta/browserconfig.xml" >
38
38
<meta name =" theme-color" content =" #000000" >
39
39
40
- <meta property =" og:image" content =" {{ heroImage or site.image }}" />
40
+ <meta property =" og:image" content =" {{ heroImage or site.image }}" />
41
+ <meta property =" twitter:image" content =" {{ heroImage or site.image }}" />
42
+
41
43
{# <link
42
44
rel="stylesheet"
43
45
href="https://unpkg.com/littlefoot/dist/littlefoot.css"
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ audio {
590
590
height : 60vh ; /* adjust height of hero */
591
591
background-size : cover ;
592
592
background-position : center ;
593
- filter : blur (9 px ) brightness (0.6 );
593
+ filter : blur (8 px ) brightness (0.6 );
594
594
transition : opacity 0.5s ease-out ; /* smooth fade */
595
595
opacity : 1 ;
596
596
transform : scale (1.05 ); /* prevents edge gaps when blurred */
You can’t perform that action at this time.
0 commit comments