mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	Add link to privacy policy to footer
This commit is contained in:
		
							parent
							
								
									04b6efc535
								
							
						
					
					
						commit
						27d31ce605
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,10 +1,13 @@
 | 
			
		|||
<footer class="p-5">
 | 
			
		||||
  <div class="container">
 | 
			
		||||
    <div class="row">
 | 
			
		||||
      <div class="col-sm-9">
 | 
			
		||||
      <div class="col-sm-2">
 | 
			
		||||
        <p>© {{ now.Year }} <a href='{{ ref . "contact" }}'>{{ .Site.Title }}</a>.</p>
 | 
			
		||||
        <p></p>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="col-sm-7">
 | 
			
		||||
        <a href='{{ ref . "privacy-policy" }}'>Privacy policy</a>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="col-sm-3">
 | 
			
		||||
        <h3 class="text-right">
 | 
			
		||||
          {{ range .Site.Data.social.footer_accounts }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue