Skip to content

Commit

Permalink
Update themes Base
Browse files Browse the repository at this point in the history
  • Loading branch information
mesinkasir authored Nov 10, 2024
1 parent 2a150a8 commit d49ef6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<link rel="stylesheet" href="/css/main.css">
<script src="https://kit.fontawesome.com/f7bad4bd2f.js" crossorigin="anonymous"></script>
<link rel="dns-prefetch" href="https://kit.fontawesome.com/" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="content">
Expand All @@ -48,7 +49,7 @@
<ul>
{% for s in metadata.social %}
<li>
<a class="fa fa-2x fa-{{s.icon}}" href="{{s.link}}" aria-hidden="true">
<a class="{{s.icon}} fa-2x" href="{{s.link}}" aria-hidden="true">
<span class="description">{{s.description}}</span>
</a>
</li>
Expand Down

0 comments on commit d49ef6b

Please sign in to comment.