Move rss icon from the header to the footer
This commit is contained in:
		
					parent
					
						
							
								a8bf22a5b9
							
						
					
				
			
			
				commit
				
					
						e27317aeab
					
				
			
		
					 2 changed files with 8 additions and 3 deletions
				
			
		|  | @ -30,6 +30,14 @@ | |||
| 	      </span> | ||||
| 	    </a> | ||||
| 	  </li> | ||||
| 	  <li> | ||||
| 	    <a href="{% url 'djangocms_blog:posts-latest-feed' %}"> | ||||
| 	      <span class="fa-stack fa-lg"> | ||||
| 		<i class="fa fa-circle fa-stack-2x"></i> | ||||
| 		<i class="fa fa-rss fa-stack-1x fa-inverse"></i> | ||||
| 	      </span> | ||||
| 	    </a> | ||||
| 	  </li> | ||||
| 	</ul> | ||||
| 	<p class="copyright"> | ||||
| 	  Copyright © ungleich GmbH  {% now "Y" %} | ||||
|  |  | |||
|  | @ -31,9 +31,6 @@ | |||
| 		  <h1> {% page_attribute 'page_title'  %}  </h1> | ||||
| 		  <hr class="small"> | ||||
| 		  <span class="subheading"> {% page_attribute 'meta_description' %}</span> | ||||
| 			<div> | ||||
| 				<a rel="alternate" type="application/rss+xml" title="Blog feed" href="{% url 'djangocms_blog:posts-latest-feed' %}" ><i class="fa fa-rss" style="color:#ffffff"></i></a> | ||||
| 			</div> | ||||
| 		</div> | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue