diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,8 +12,9 @@ title = HOME <p class="text-xl lg:text-3xl"><span class="text-pink-900 bg-pink-100 selection:bg-zinc-400 selection:text-pink-800 p-2">Programmer and Hacker.</span></p> <div class="flex gap-2 lg:text-xl pt-4"> - <a href="https://github.com/compromyse" class="button" target="_blank">GITHUB</a> - <a href="https://www.linkedin.com/in/compromyse" class="button" target="_blank">LINKEDIN</a> + {{ eachdo config.links }} + <a href="{{ put href }}" class="button" target="_blank">{{ put label }}</a> + {{ endeachdo }} </div> </div> </div> |