File tree Expand file tree Collapse file tree 2 files changed +14
-23
lines changed Expand file tree Collapse file tree 2 files changed +14
-23
lines changed Original file line number Diff line number Diff line change 47
47
<source src ={base + src } type =" video/mp4" />
48
48
</video >
49
49
{:else }
50
- <img
51
- srcset ={buildSrcset ()}
52
- src ={base + src }
53
- {alt }
54
- loading =" lazy"
55
- decoding =" async"
56
- class:full-bleed ={fullBleed }
57
- />
50
+ <img src ={base + src } {alt } loading ="lazy" decoding ="async" class:full-bleed ={fullBleed } />
58
51
{/if }
59
52
60
53
<style lang =" scss" >
Original file line number Diff line number Diff line change 28
28
</div >
29
29
</div >
30
30
31
- <div class =" container" >
32
- <ContentSection title ="Projects" octothorb ={true }>
33
- <div class =" grid" >
34
- {#each posts as post }
35
- <BlogPostCard
36
- title ={post .title }
37
- coverImage ={post .coverImage }
38
- excerpt ={post .excerpt }
39
- slug ={post .slug }
40
- tags ={post .tags }
41
- />
42
- {/each }
43
- </div >
44
- </ContentSection >
45
- </div >
31
+ <ContentSection title ="Projects" octothorb ={true }>
32
+ <div class =" grid" >
33
+ {#each posts as post }
34
+ <BlogPostCard
35
+ title ={post .title }
36
+ coverImage ={post .coverImage }
37
+ excerpt ={post .excerpt }
38
+ slug ={post .slug }
39
+ tags ={post .tags }
40
+ />
41
+ {/each }
42
+ </div >
43
+ </ContentSection >
46
44
<Footer />
47
45
48
46
<style lang =" scss" >
You can’t perform that action at this time.
0 commit comments