Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lauren-mills authored Aug 21, 2019
1 parent 39d2ea4 commit 4aa450e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<div id="footer" class="bg-gray text-gray border-top">
<div class="container-lg px-3 page-section d-md-flex" style="min-width: 60%">
<div class="col-md-6">
<p>
Found an issue on this page? Let us know!
<a href="https://github.com/Microsoft/botframework-solutions/issues/new?labels=Type:+Docs&template=docs-bug-report.md&title=[Docs]&body={{page.url}}" class="btn btn-default">
Open Issue
</a>
</p>
<p>{% octicon code %} with {% octicon heart %} by
<a class="text-gray-light" href="https://github.com/Microsoft">Microsoft</a>
</p>
Expand All @@ -10,4 +16,4 @@
</div>
</div>
</div>
<script async src="https://buttons.github.io/buttons.js"></script>
<script async src="https://buttons.github.io/buttons.js"></script>

0 comments on commit 4aa450e

Please sign in to comment.