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>
 | 
						      </span>
 | 
				
			||||||
	    </a>
 | 
						    </a>
 | 
				
			||||||
	  </li>
 | 
						  </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>
 | 
						</ul>
 | 
				
			||||||
	<p class="copyright">
 | 
						<p class="copyright">
 | 
				
			||||||
	  Copyright © ungleich GmbH  {% now "Y" %}
 | 
						  Copyright © ungleich GmbH  {% now "Y" %}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -31,9 +31,6 @@
 | 
				
			||||||
		  <h1> {% page_attribute 'page_title'  %}  </h1>
 | 
							  <h1> {% page_attribute 'page_title'  %}  </h1>
 | 
				
			||||||
		  <hr class="small">
 | 
							  <hr class="small">
 | 
				
			||||||
		  <span class="subheading"> {% page_attribute 'meta_description' %}</span>
 | 
							  <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>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue