1 | #about-container |
2 | section.top-section |
3 | .top-content |
4 | .float-texts |
5 | each text, index in site.data.about.top_info.float_text.slice(0, 4) |
6 | .float-text(class=`float-text-${index + 1}`) #{text} |
7 | .avatar-container |
8 | img.no-lightbox.avatar(src=url_for(site.data.about.top_info.avatar) onerror=`this.onerror=null;this.src='` + url_for(theme.error_img.flink) + `'` alt="") |
9 | .float-texts |
10 | each text, index in site.data.about.top_info.float_text.slice(4, 8) |
Newer
Older