Files
profile/related-amp.php

17 lines
484 B
PHP
Raw Permalink Normal View History

2025-07-09 21:21:17 +03:00
<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>