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

Footer content wont change when I edit about.me.html then rebuild? #16

Closed
tomelabs opened this issue Jul 29, 2015 · 1 comment
Closed

Comments

@tomelabs
Copy link

Hi Folks,

I made the following change in the copyright section of the /source/about.me.html file then rebuilt the blog, but it's still showing the (c) symbol on the blog, despite the code looking like this in the /public/about.me.html file. Am I doing something wrong or is this an issue?

            <span class="copyright">
                {{.Site.Title}} <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC-BY 4.0</a> 
                <script type="text/javascript">
                    document.write(new Date().getFullYear());
                </script>
            </span>
@tomelabs
Copy link
Author

Sorry, I just figured out the global footer page is in \blog\theme_footer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant