File tree Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Expand file tree Collapse file tree 4 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 37
37
<div class =" down" ><img src =" /images/down.png" ></div >
38
38
</div >
39
39
40
- <div id =" ad" >
41
- <a href =" https://strikingly.com" target =" _blank" >
42
- <span >Proudly sponsored by</span ><br >
43
- <img src =" /images/strikingly.png" >
44
- </a >
45
- </div >
40
+ <% - partial (' partials/ad' ) %>
46
41
47
42
<div id =" example" >
48
43
<h2 >10 Second Example</h2 >
Original file line number Diff line number Diff line change 2
2
< %- partial (' partials/sidebar' , { type: page .type , index: page .index }) % >
3
3
< % } %>
4
4
<div class =" content <%- page.type ? page.type + ' with-sidebar' : '' %>" >
5
- <div id =" ad" style =" width :140px " >
6
- <a href =" https://strikingly.com" target =" _blank" >
7
- <span >Proudly sponsored by</span ><br >
8
- <img src =" /images/strikingly.png" >
9
- </a >
10
- </div >
5
+ <% - partial (' partials/ad' ) %>
11
6
<h1 ><% - page .title %><% - page .type === ' examples' ? ' Example' : ' ' %> </h1 >
12
7
<% - page .content %>
13
8
<% if (page .type === ' guide' ) { % >
Original file line number Diff line number Diff line change
1
+ <div id =" ad" style =" width :140px " >
2
+ <a href =" https://strikingly.com/s/careers?utm_source=v" target =" _blank" >
3
+ <span >Proudly sponsored by</span ><br >
4
+ <img src =" /images/strikingly.png" >
5
+ </a >
6
+ </div >
Original file line number Diff line number Diff line change 19
19
</div >
20
20
</div >
21
21
<div class =" content blog post" >
22
- <div id =" ad" style =" width :140px " >
23
- <a href =" https://strikingly.com" target =" _blank" >
24
- <span >Proudly sponsored by</span ><br >
25
- <img src =" /images/strikingly.png" >
26
- </a >
27
- </div >
22
+ <% - partial (' partials/ad' ) %>
28
23
<h1 ><% - page .title %> </h1 >
29
24
<h4 ><% - page .date .format (' MMM D[,] YYYY' ) %> </h4 >
30
25
<% - page .content %>
You can’t perform that action at this time.
0 commit comments