ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Add copyright info to the footer, works, and fragments #20

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

In the fragment and work components that will eventually be created, encapsulate all titles in a details container:

<details>
    <summary>
        Work Title
    </summary>
    <p>
        copyright info here
    </p>
</details>

In the website footer, add a similar section covering copyright information for the site as a whole.

ogallagher commented 4 years ago

The license information now appears in a class=“collapse” container below the title of a work in the account page.

Footer draft

© 2020 Owen Gallagher

All content on this site is provided according to the CC BY-SA creative commons license unless otherwise specified.