remove gpg key from header

Amolith created

Change summary

_includes/header.html | 6 ------
1 file changed, 6 deletions(-)

Detailed changes

_includes/header.html 🔗

@@ -47,11 +47,5 @@
         </a>
         {% endif %}
 
-        {% if site.author.gpgkey %}
-        <a href="https://nixnet.xyz/assets/{{ site.author.gpgkey }}" class="social-links__entry" target="_blank">
-            <i class="fa fa-key-modern"></i>
-        </a>
-        {% endif %}
-
     </ul>
 </header>