Skip to content

Commit 3f7aafe

Browse files
committed
replace CC image by text to increase page load times
1 parent b75f0b9 commit 3f7aafe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_layouts/default.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
2424
{{ content }}
2525

2626
<footer class="site-footer">
27-
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> and is maintained by <a href="https://github.com/gregor-j">Gregor J.</a> <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" title="This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a><br/>Diagrams have been created using <a href="https://www.planttext.com/">PlantText UML Editor</a>.</span>
27+
<span class="site-footer-credits">
28+
This page was generated by <a href="https://pages.github.com">GitHub Pages</a> and is maintained by <a href="https://github.com/gregor-j">Gregor J.</a>
29+
<br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
30+
<br/>Diagrams have been created using <a href="https://www.planttext.com/">PlantText UML Editor</a>.</span>
2831
</footer>
2932
</main>
3033
</body>

0 commit comments

Comments
 (0)