mirror of
https://github.com/ascribe/wp-theme
synced 2024-12-22 09:13:38 +01:00
20 lines
291 B
PHP
20 lines
291 B
PHP
<?php
|
|
/*
|
|
Template Name: API Docs
|
|
*/
|
|
|
|
get_header();
|
|
|
|
?>
|
|
|
|
<article class="apiary__content"></article>
|
|
|
|
<script src="https://api.apiary.io/seeds/embed.js"></script>
|
|
|
|
<script>
|
|
var embed = new Apiary.Embed({
|
|
subdomain: 'ascribe',
|
|
element: '.apiary__content'
|
|
});
|
|
</script>
|