File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
< div class ="row ">
12
12
{{ range (where $pages ".Date.Unix" "> =" $yesterday).Reverse }}
13
13
< div class ="col-lg-4 col-sm-6 mb-5 event-card ">
14
- < div class ="card border-0 ">
14
+ <!-- <div class="card border-0">
15
15
<a href="{{ default .Permalink .Params.redirect }}" {{ with .Params.target }} target="{{ . }}" {{ end }}>
16
- < img src ="{{ .Params.image | absURL }} " alt ="{{.Title}} " class ="card-img mb-4 ">
17
- </ a >
16
+ <img src="{{ .Params.image | absURL }}" alt="{{.Title}}" class="card-img mb-4" />
17
+ </a>
18
+ </div> -->
18
19
< div class ="card border-0 h-100 ">
19
20
< div class ="h-md-45 ">
20
21
< a href ="{{ default .Permalink .Params.redirect }} "{{ with .Params.target }} target ="{{ . }} "{{ end }} >
21
- < img src ="{{ .Params.image | absURL }} " alt ="{{ .Title }} " class ="card-img mb-4 ">
22
+ < img src ="{{ .Params.image | absURL }} " alt ="{{ .Title }} " class ="card-img mb-4 " / >
22
23
</ a >
23
24
</ div >
24
25
< div class ="card-body p-0 ">
46
47
< div class ="card border-0 h-100 ">
47
48
< div class ="h-md-45 ">
48
49
< a href ="{{ default .Permalink .Params.redirect }} "{{ with .Params.target }} target ="{{ . }} "{{ end }} >
49
- < img src ="{{ .Params.image | absURL }} " alt ="{{ .Title }} " class ="card-img mb-4 ">
50
+ < img src ="{{ .Params.image | absURL }} " alt ="{{ .Title }} " class ="card-img mb-4 " / >
50
51
</ a >
51
52
</ div >
52
53
< div class ="card-body p-0 d-flex flex-column ">
You can’t perform that action at this time.
0 commit comments