Compare commits
	
		
			2 Commits
		
	
	
		
			50959b2cfc
			...
			04a2dcca22
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 04a2dcca22 | |||
| add9a45807 | 
@@ -78,6 +78,13 @@
 | 
			
		||||
		{% if CUSTOM_CSS %}
 | 
			
		||||
		<link href="{{ SITEURL }}/{{ CUSTOM_CSS }}" rel="stylesheet" type="text/css" />
 | 
			
		||||
		{% endif %}
 | 
			
		||||
		{% if article %}
 | 
			
		||||
			{% if article.styles %}
 | 
			
		||||
				{% for style in article.styles %}
 | 
			
		||||
					{{ style|format(SITEURL) }}
 | 
			
		||||
				{% endfor %}
 | 
			
		||||
			{% endif %}
 | 
			
		||||
		{% endif %}
 | 
			
		||||
 | 
			
		||||
		{% if FEED_ALL_ATOM %}
 | 
			
		||||
		<link href="{{ SITEURL }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user