Merge branch 'master' of git.246060.ru:/f1x1t/pelican-theme-bootstrap4 into HEAD
This commit is contained in:
		@@ -1,13 +1,15 @@
 | 
			
		||||
<div id="aboutme">
 | 
			
		||||
    {% if AVATAR %}
 | 
			
		||||
        <p>
 | 
			
		||||
            <img width="100%" class="img-thumbnail" src="{{ SITEURL }}/{{ AVATAR }}"/>
 | 
			
		||||
        </p>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
    {% if ABOUT_ME %}
 | 
			
		||||
    <p class="text-center">
 | 
			
		||||
      <strong>{{ AUTHOR }}</strong><br/>
 | 
			
		||||
        {{ ABOUT_ME }}
 | 
			
		||||
    </p>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
	{% if AVATAR %}
 | 
			
		||||
	<p>
 | 
			
		||||
		<img width="100%" class="img-thumbnail" src="{{ SITEURL }}/{{ AVATAR }}"/>
 | 
			
		||||
	</p>
 | 
			
		||||
	{% endif %}
 | 
			
		||||
	{% if ABOUT_ME %}
 | 
			
		||||
	<p class="text-center">
 | 
			
		||||
		<strong>{{ AUTHOR }}</strong>
 | 
			
		||||
	</p>
 | 
			
		||||
	<p>
 | 
			
		||||
		{{ ABOUT_ME }}
 | 
			
		||||
	</p>
 | 
			
		||||
	{% endif %}
 | 
			
		||||
</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user