Skip to content

Commit

Permalink
Merge pull request #1010 from st3phhays/astro-terms
Browse files Browse the repository at this point in the history
(#997) Update Terms Page to Use Astro
  • Loading branch information
gep13 authored Jun 13, 2024
2 parents d6530f5 + 30de9ba commit c5f55ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/content/docs/en-us/information/terms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ xref: terms
title: Terms of Use
description: Terms of Use for Chocolatey
---
import Callout from '@choco/components/Callout.astro';
import Iframe from '@choco/components/Iframe.astro';
import Xref from '@components/Xref.astro';
import TermsLastUpdated from '@components/global/TermsLastUpdated.astro';
import TermsToc from '@components/global/TermsToc.astro';
import TermsContent from '@components/global/TermsContent.astro';

<p>@Html.Partial("global-partials/_TermsLastUpdated")</p>
@Html.Partial("global-partials/_TermsToc")
@Html.Partial("global-partials/_TermsContent")
<p><TermsLastUpdated /></p>
<TermsToc />
<TermsContent />

0 comments on commit c5f55ce

Please sign in to comment.