Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 975 Bytes

about.md

File metadata and controls

47 lines (38 loc) · 975 Bytes
permalink layout title
/about/
default
About
<script> $.doctop({ url: 'https://docs.google.com/document/d/1Azy7Aoi6-899S8SLAnGndM3R2Pt7lnMHdUmNzHcEXhc/pub', archieml: true, cache: false, callback: function(d){ console.log(d.copy.archie); view = d.copy.archie; console.log(d.copy.archie); view.content = d.copy.archie.content.replace(/(\r\n|\n|\r)/gm, "
"); template = $('#template').html(); Mustache.parse(template); // optional, speeds up future uses rendered = Mustache.render(template, view); $('#about-copy').html(rendered); } }); </script> <script id="template" type="x-tmpl-mustache"> {% raw %}

{{{hed}}}

{{{content}}}

{% endraw %} </script>
{% include sidebar.html %}