diff options
| author | Alee <Alee14498@gmail.com> | 2019-10-29 00:23:47 +0000 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-10-29 00:23:47 +0000 |
| commit | 6da867066a070297b6cced972354749913402120 (patch) | |
| tree | 932960e5c2caa8e8a391cc4f96ac2544a46b1582 /_includes/footer/custom.html | |
| parent | f9e25b630833689abcd0f9f868959b941a6a6ef8 (diff) | |
| download | pokeworld-website-6da867066a070297b6cced972354749913402120.tar.gz pokeworld-website-6da867066a070297b6cced972354749913402120.tar.bz2 pokeworld-website-6da867066a070297b6cced972354749913402120.zip | |
Fixed Trey's name, add recent posts and etc
Diffstat (limited to '_includes/footer/custom.html')
| -rw-r--r-- | _includes/footer/custom.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer/custom.html b/_includes/footer/custom.html index 076904b..400502a 100644 --- a/_includes/footer/custom.html +++ b/_includes/footer/custom.html @@ -1,3 +1,3 @@ <!-- start custom footer snippets --> -<div class="page__footer-copyright">© 2018-2019 {{ site.name | default: site.title }}. Powered by Jekyll, Minimal Mistakes and Netlify</div> +<div class="page__footer-copyright">© 2018-2019 {{ site.name | default: site.title }}. Powered by <a href="https://jekyllrb.com/">Jekyll</a>, <a href="https://mmistakes.github.io/minimal-mistakes">Minimal Mistakes</a> and <a href="https://www.netlify.com/">Netlify</a></div> <!-- end custom footer snippets -->
\ No newline at end of file |
