Add Related Post AMP Blogger
Frist Learn
Add before tag /head
<script async='async' custom-element='amp-iframe' src='https://cdn.ampproject.org/v0/amp-iframe-0.1.js'></script>
HTML Widget
<div id='related-post'>
<h4 class='relate'>Related Posts</h4>
<amp-iframe src='https://cdn.rawgit.com/hafidm93/HTML/0a97af9b/relatedalinux.html?labels=<b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop>&num=6&url=https://www.amp-blogger.com&pos=<data:post.url.canonical/>' frameborder='0' height='420' layout='fixed-height' sandbox='allow-scripts allow-same-origin allow-popups'></amp-iframe>
</div>
CSS
.relate {
font-size: 20px;
padding-top: 15px;
border-bottom: solid 3px #019688;
width: 23%;
position: relative;
margin: 0 0 10px;
color: #444;
font-weight: 500;
letter-spacing: 1px;
}
Good luck