Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Twitter handle #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions input/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NoGutter: true

<p class="text-center">
<a class="github-button" href="https://github.com/Wyamio/Wyam" data-icon="octicon-star" data-style="mega" data-count-href="/Wyamio/Wyam/stargazers" data-count-api="/repos/Wyamio/Wyam#stargazers_count" data-count-aria-label="# stargazers on GitHub" aria-label="Star Wyamio/Wyam on GitHub">Star</a>
<a href="https://twitter.com/wyamio" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @@wyamio</a>
<a href="https://twitter.com/statiqdev" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @@statiqdev (formerly @@wyamio)</a>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</p>
Expand Down Expand Up @@ -72,4 +72,4 @@ NoGutter: true
<p><b>3.</b> Edit the scaffolded files.</p>
<p><b>4.</b> Build the blog with a theme: <pre><code>wyam --recipe Blog --theme CleanBlog</code></pre></p>
<p>To go deeper, read more about the <a href="/docs/concepts">underlying concepts</a> and then read about <a href="/docs/usage/configuration">configuration files</a> and the <a href="/docs/usage/command-line">available command line arguments</a>. Then check out the full list of <a href="/modules">modules</a>.</p>
</div>
</div>