f179a63255
fixes #1077
22 lines
721 B
HTML
22 lines
721 B
HTML
<HiddenFromSSR>
|
|
<footer>
|
|
<p>
|
|
Pinafore is <ExternalLink href="https://github.com/nolanlawson/pinafore">open-source software</ExternalLink>
|
|
created by <ExternalLink href="https://nolanlawson.com">Nolan Lawson</ExternalLink> and distributed under the
|
|
<ExternalLink href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">AGPL License</ExternalLink>.
|
|
Here is the <a href="/settings/about#privacy-policy" rel="prefetch">privacy policy</a>.
|
|
</p>
|
|
</footer>
|
|
</HiddenFromSSR>
|
|
<script>
|
|
import HiddenFromSSR from './HiddenFromSSR.html'
|
|
import ExternalLink from './ExternalLink.html'
|
|
|
|
export default {
|
|
components: {
|
|
HiddenFromSSR,
|
|
ExternalLink
|
|
}
|
|
}
|
|
</script>
|