Skip to content

Commit

Permalink
removed utterances. added message to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdahlberg committed Mar 1, 2024
1 parent 26cb71b commit a12cb83
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions _includes/footer_custom.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
<p id="last-modified"></p>

<h4>Support & Feature Request - Summit Events Community</h4>
<p>Comments on Documentation - Comment Below</p>

<script src="https://utteranc.es/client.js"
repo="SFDO-Community-Sprints/summit-events-app-documentation"
issue-term="url"
label="External Comment"
theme="github-light"
crossorigin="anonymous"
async>
</script>
<h3>Have a question or need support?</h3>
<p>The best place to ask questions or troubleshoot the Summit Events App is by posting your questions in the
<a href="https://trailhead.salesforce.com/trailblazer-community/groups/0F94S000000kHi2SAE?tab=discussion&sort=LAST_MODIFIED_DATE_DESC" target="_blank">
Commons Project: Summit Events App Salesforce Trailblazer Community.
</a>. There you can ask questions, share your experiences, and help others!
</p>
<p>
Do you have a feature request or want to report a bug?
<a href="https://github.com/SFDO-Community/Summit-Events-App/issues" target="_blank">
Please submit an issue on our GitHub repository
</a>.
</p>

<!--<script src="https://utteranc.es/client.js"-->
<!-- repo="SFDO-Community-Sprints/summit-events-app-documentation"-->
<!-- issue-term="url"-->
<!-- label="External Comment"-->
<!-- theme="github-light"-->
<!-- crossorigin="anonymous"-->
<!-- async>-->
<!--</script>-->

<div id="globalFooter" class="clearfix">
<img src="{{ site.site_root }}/assets/images/OSC-badge.png" class="clearfix"/>
Expand Down

0 comments on commit a12cb83

Please sign in to comment.