add files
This commit is contained in:
17
related-amp.php
Normal file
17
related-amp.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<amp-list width="auto"
|
||||
height="140"
|
||||
layout="fixed-height"
|
||||
src="/feed/amp-related.json">
|
||||
<template type="amp-mustache">
|
||||
<div class="image-entry">
|
||||
<amp-img src="{{imageUrl}}"
|
||||
width="100"
|
||||
height="75"></amp-img>
|
||||
<a href="{{url}}">{{title}}</a>
|
||||
</div>
|
||||
</template>
|
||||
<div overflow
|
||||
class="list-overflow">
|
||||
See more
|
||||
</div>
|
||||
</amp-list>
|
||||
Reference in New Issue
Block a user