_layouts/about.html in jekyll-theme-tallneck-0.2.11 vs _layouts/about.html in jekyll-theme-tallneck-0.3.0

- old
+ new

@@ -10,87 +10,87 @@ <nav class="about-social no_print"> {% if site.github_url %} <a href="{{ site.github_url }}" title="GitHub" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/github.svg#github" | relative_url }}" alt="GitHub"></use> + <use href="{{ "/assets/icons/github.svg#github" | relative_url }}" alt="GitHub"></use> </svg> </a> {% endif %} {% if site.gitlab_url %} <a href="{{ site.gitlab_url }}" title="GitLab" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/gitlab.svg#gitlab" | relative_url }}" alt="GitLab"></use> + <use href="{{ "/assets/icons/gitlab.svg#gitlab" | relative_url }}" alt="GitLab"></use> </svg> </a> {% endif %} {% if site.discord_url %} <a href="{{ site.discord_url }}" title="Discord" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/discord.svg#discord" | relative_url }}" alt="Discord"></use> + <use href="{{ "/assets/icons/discord.svg#discord" | relative_url }}" alt="Discord"></use> </svg> </a> {% endif %} {% if site.reddit_url %} <a href="{{ site.reddit_url }}" title="Reddit" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/reddit.svg#reddit" | relative_url }}" alt="Reddit"></use> + <use href="{{ "/assets/icons/reddit.svg#reddit" | relative_url }}" alt="Reddit"></use> </svg> </a> {% endif %} {% if site.instagram_url %} <a href="{{ site.instagram_url }}" title="Instagram" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/instagram.svg#instagram" | relative_url }}" alt="Instagram"> + <use href="{{ "/assets/icons/instagram.svg#instagram" | relative_url }}" alt="Instagram"> </use> </svg> </a> {% endif %} {% if site.linkedin_url %} <a href="{{ site.linkedin_url }}" title="LinkedIn" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/linkedin.svg#linkedin" | relative_url }}" alt="LinkedIn"> + <use href="{{ "/assets/icons/linkedin.svg#linkedin" | relative_url }}" alt="LinkedIn"> </use> </svg> </a> {% endif %} {% if site.threads_url %} <a href="{{ site.threads_url }}" title="Threads" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/threads.svg#threads" | relative_url }}" alt="Threads"> + <use href="{{ "/assets/icons/threads.svg#threads" | relative_url }}" alt="Threads"> </use> </svg> </a> {% endif %} {% if site.x_url %} <a href="{{ site.x_url }}" title="X" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/x.svg#x" | relative_url }}" alt="X"> + <use href="{{ "/assets/icons/x.svg#x" | relative_url }}" alt="X"> </use> </svg> </a> {% endif %} {% if site.telegram_url %} <a href="{{ site.telegram_url }}" title="Telegram" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/telegram.svg#telegram" | relative_url }}" alt="Telegram"> + <use href="{{ "/assets/icons/telegram.svg#telegram" | relative_url }}" alt="Telegram"> </use> </svg> </a> {% endif %} {% if site.email %} <a href="mailto:{{ site.email }}" title="Email" target="_blank" rel="noopener"> <svg class="about-social--icon"> - <use href="{{ "/assets/icon/mail.svg#mail" | relative_url }}" alt="Email"> + <use href="{{ "/assets/icons/mail.svg#mail" | relative_url }}" alt="Email"> </use> </svg> </a> {% endif %} </nav> \ No newline at end of file