We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b92a75c + 387e50c commit 3fb242eCopy full SHA for 3fb242e
1 file changed
astro-site/src/pages/index.astro
@@ -107,12 +107,10 @@ const headings = [
107
108
<h2 id="about">About</h2>
109
110
- <p>
111
- Created by <a href="https://github.com/braboj">Branimir Georgiev</a>.
112
- </p>
113
114
- Part of <a href="https://codewithbranko.com">Code with Branko</a> — practical tutorials for developers.
115
+ <ul>
+ <li>Created by <a href="https://github.com/braboj">Branimir Georgiev</a></li>
+ <li>Part of <a href="https://codewithbranko.com">Code with Branko</a> — practical tutorials for developers</li>
+ </ul>
116
117
<h2 id="selected-references">Selected references</h2>
118
0 commit comments