Skip to content

Instantly share code, notes, and snippets.

@webloglife
Created December 2, 2016 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webloglife/e9f60654a8c48f07209f6375e43a8ab7 to your computer and use it in GitHub Desktop.
Save webloglife/e9f60654a8c48f07209f6375e43a8ab7 to your computer and use it in GitHub Desktop.
amp-ad
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
<script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script>
<?php do_action( 'amp_post_template_head', $this ); ?>
<style amp-custom>
<?php $this->load_parts( array( 'style' ) ); ?>
<?php do_action( 'amp_post_template_css', $this ); ?>
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment