Skip to content

Commit 19a5385

Browse files
brunoborgesCopilot
andcommitted
Use consistent footer on detail pages matching index.html
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2fade66 commit 19a5385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/slug-template.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ <h1>{{title}}</h1>
190190
{{socialShare}}
191191

192192
<footer>
193-
<p>A project by <a href="https://github.com/brunoborges" target="_blank" rel="noopener">Bruno Borges</a></p>
193+
<p><a href="/">java.evolved</a> — Java has evolved. Your code can too.</p>
194+
<p>Made with ❤️ by <a href="https://github.com/brunoborges" target="_blank" rel="noopener">Bruno Borges</a> and <a href="https://github.com/features/copilot" target="_blank" rel="noopener">GitHub Copilot</a></p>
194195
<p><a href="https://github.com/javaevolved/javaevolved.github.io" target="_blank" rel="noopener">View on GitHub</a></p>
195196
</footer>
196197

0 commit comments

Comments
 (0)