File tree Expand file tree Collapse file tree
dist/four-point-seven/forms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div itemscope itemtype="https://schema.org/DataDownload">
22
33 <!-- ...if exists, use the file title, otherwise use file name -->
4- <a href="<txp:file_download_link />" itemprop="url">
4+ <a href="<txp:file_download_link />" itemprop="url contentUrl ">
55 <strong itemprop="name">
66 <txp:evaluate>
77 <txp:file_download_name title />
Original file line number Diff line number Diff line change 55<txp:if_variable name="caption" value="">
66
77 <p itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
8- <img itemprop="url" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
8+ <img itemprop="url contentUrl " src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
99 <meta itemprop="width" content="<txp:image_info type="w" />">
1010 <meta itemprop="height" content="<txp:image_info type="h" />">
1111 </p>
1414
1515 <figure itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
1616
17- <img itemprop="url" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
17+ <img itemprop="url contentUrl " src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
1818 <meta itemprop="width" content="<txp:image_info type="w" />">
1919 <meta itemprop="height" content="<txp:image_info type="h" />">
2020
Original file line number Diff line number Diff line change 11<div itemscope itemtype="https://schema.org/DataDownload">
22
33 <!-- ...if exists, use the file title, otherwise use file name -->
4- <a href="<txp:file_download_link />" itemprop="url">
4+ <a href="<txp:file_download_link />" itemprop="url contentUrl ">
55 <strong itemprop="name">
66 <txp:evaluate>
77 <txp:file_download_name title />
Original file line number Diff line number Diff line change 55<txp:if_variable name="caption" value="">
66
77 <p itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
8- <img itemprop="url" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
8+ <img itemprop="url contentUrl " src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
99 <meta itemprop="width" content="<txp:image_info type="w" />">
1010 <meta itemprop="height" content="<txp:image_info type="h" />">
1111 </p>
1414
1515 <figure itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
1616
17- <img itemprop="url" src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
17+ <img itemprop="url contentUrl " src="<txp:image_url link='0' />" alt="<txp:image_info type='alt' />">
1818 <meta itemprop="width" content="<txp:image_info type="w" />">
1919 <meta itemprop="height" content="<txp:image_info type="h" />">
2020
You can’t perform that action at this time.
0 commit comments