Adjusted indention
This commit is contained in:
parent
810338f13a
commit
c07c43b023
@ -76,13 +76,13 @@ build.album = function(data) {
|
|||||||
if (data.thumb0.split('.').pop()==='svg') typeThumb = 'nonretina';
|
if (data.thumb0.split('.').pop()==='svg') typeThumb = 'nonretina';
|
||||||
|
|
||||||
html = `
|
html = `
|
||||||
<div class='album' data-id='${ data.id }' data-password='${ data.password }'>
|
<div class='album' data-id='${ data.id }' data-password='${ data.password }'>
|
||||||
<img src='${ data.thumb2 }' width='200' height='200' alt='thumb' data-type='nonretina'>
|
<img src='${ data.thumb2 }' width='200' height='200' alt='thumb' data-type='nonretina'>
|
||||||
<img src='${ data.thumb1 }' width='200' height='200' alt='thumb' data-type='nonretina'>
|
<img src='${ data.thumb1 }' width='200' height='200' alt='thumb' data-type='nonretina'>
|
||||||
<img src='${ data.thumb0 }' width='200' height='200' alt='thumb' data-type='${ typeThumb }'>
|
<img src='${ data.thumb0 }' width='200' height='200' alt='thumb' data-type='${ typeThumb }'>
|
||||||
<div class='overlay'>
|
<div class='overlay'>
|
||||||
<h1 title='${ longTitle }'>${ title }</h1>
|
<h1 title='${ longTitle }'>${ title }</h1>
|
||||||
<a>${ data.sysdate }</a>
|
<a>${ data.sysdate }</a>
|
||||||
</div>
|
</div>
|
||||||
`
|
`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user