💾 Archived View for source.community › jeffdecola › my-go-tools › raw › develop › docs › _layouts › … captured on 2022-01-08 at 13:48:47.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

<!DOCTYPE html>
<html lang="en-us">
	
    <head>
        <meta charset="UTF-8">
        <title>{{ page.title }}</title>
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
        <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
        <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
    </head>
	
    <body>
	  
        <section class="page-header">
            <h1 class="project-name">{{ page.projectname }}</h1>
            <h2 class="project-tagline">{{ page.summary }}</h2>
            <a href="https://jeffdecola.github.io" class="btn">Home Page</a>
            <a href="https://github.com/JeffDeCola/{{ page.projectname }}" class="btn">View Repo on GitHub</a>
            <a href="https://JeffDeCola.com" class="btn">JeffDeCola.com</a>
            <a href="https://github.com/JeffDeCola/{{ page.projectname }}/tarball/master" class="btn">Download.tar.gz</a>
        </section>

        <section class="main-content">
      
            {{ content }} 

            <footer class="site-footer">
                <span class="site-footer-owner"><a href="https://github.com/JeffDeCola/{{ page.projectname }}">{{ page.projectname }}</a> is maintained by <a href="https://github.com/JeffDeCola">JeffDeCola</a>.</span>
                <span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
            </footer>

        </section>
  
    </body>

</html>