2018-03-13 05:16:52 +00:00
|
|
|
<HiddenFromSSR>
|
|
|
|
<footer>
|
2019-10-25 02:03:03 +00:00
|
|
|
<!-- Use raw HTML to make the output smaller -->
|
|
|
|
{@html `
|
|
|
|
<p>
|
|
|
|
Pinafore is
|
|
|
|
<a rel="noopener" target="_blank" href="https://github.com/nolanlawson/pinafore">open-source software</a>
|
|
|
|
created by
|
|
|
|
<a rel="noopener" target="_blank" href="https://nolanlawson.com">Nolan Lawson</a>
|
|
|
|
and distributed under the
|
|
|
|
<a rel="noopener" target="_blank"
|
|
|
|
href="https://github.com/nolanlawson/pinafore/blob/master/LICENSE">AGPL License</a>.
|
|
|
|
Here is the <a href="/settings/about#privacy-policy" rel="prefetch">privacy policy</a>.
|
|
|
|
</p>
|
|
|
|
`}
|
2018-03-13 05:16:52 +00:00
|
|
|
</footer>
|
|
|
|
</HiddenFromSSR>
|
|
|
|
<script>
|
|
|
|
import HiddenFromSSR from './HiddenFromSSR.html'
|
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
2019-10-25 02:03:03 +00:00
|
|
|
HiddenFromSSR
|
2018-03-13 05:16:52 +00:00
|
|
|
}
|
|
|
|
}
|
2019-03-05 07:18:21 +00:00
|
|
|
</script>
|