added customizable social icons in footer
This commit is contained in:
		
							
								
								
									
										21
									
								
								templates/partials/socialLinks.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								templates/partials/socialLinks.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<div class="flex space-x-6">
 | 
			
		||||
    {% for key, link in section.extra.socialLinks %}
 | 
			
		||||
 | 
			
		||||
        <a href="{{link}}" target="_blank" class="text-gray-400 hover:text-gray-500">
 | 
			
		||||
        <span class="sr-only">{{key}}</span>
 | 
			
		||||
        {% if key == "Facebook" %}
 | 
			
		||||
        {% include "partials/icons/svgFacebookIcon.html" %}
 | 
			
		||||
        {% elif key == "Github" %}
 | 
			
		||||
        {% include "partials/icons/svgGithubIcon.html" %}
 | 
			
		||||
        {% elif key == "Instagram" %}
 | 
			
		||||
        {% include "partials/icons/svgInstagramIcon.html" %}
 | 
			
		||||
        {% elif key == "Twitter" %}
 | 
			
		||||
        {% include "partials/icons/svgTwitterIcon.html" %}
 | 
			
		||||
        {% elif key == "Dribbble" %}
 | 
			
		||||
        {% include "partials/icons/svgDribbbleIcon.html" %}
 | 
			
		||||
        {% endif %}
 | 
			
		||||
        </a>
 | 
			
		||||
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
 | 
			
		||||
  </div>
 | 
			
		||||
		Reference in New Issue
	
	Block a user