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

update terms markup #135

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEM
eventmachine (1.2.7)
ffi (1.17.0-x86_64-darwin)
forwardable-extended (2.6.0)
google-protobuf (4.28.3-x86_64-darwin)
google-protobuf (4.29.0)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
Expand All @@ -38,8 +38,8 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
Expand All @@ -55,14 +55,14 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rouge (4.4.0)
rouge (4.5.1)
safe_yaml (1.0.5)
sass-embedded (1.80.5-x86_64-darwin)
sass-embedded (1.81.1)
google-protobuf (~> 4.28)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.8.2)
webrick (1.9.1)

PLATFORMS
x86_64-darwin-21
Expand Down
4 changes: 3 additions & 1 deletion _includes/component-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
<a href="#">Return to top</a>
</div>
</footer>
<script src="https://touchpoints.app.cloud.gov/touchpoints/0efb2db6.js" async></script>
<script src="https://touchpoints.app.cloud.gov/touchpoints/0efb2db6.js" async
crossorigin="anonymous"
integrity="sha256-r5PfzlUQxWXkA45DY5kQf3iYdYaJveSYFr+vbj/ADu8="></script>

<script>
function setTouchpointsListeners() {
Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ title: Touchpoints
</div>
</main>

<script src="https://touchpoints.app.cloud.gov/touchpoints/92b47c29/js" async></script>
<script src="https://touchpoints.app.cloud.gov/touchpoints/92b47c29.js" async
crossorigin="anonymous"
integrity="sha256-dVZSYTH5XVW7v7zOhS0guK9hvZje78uLbt0dwLA/W5g"></script>
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading