mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Collection with information about the author
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		
							
								
								
									
										3
									
								
								_data/author_info.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								_data/author_info.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
				
			|||||||
 | 
					email: "info@valentineus.link"
 | 
				
			||||||
 | 
					name: "Valentin Popov"
 | 
				
			||||||
 | 
					url: "http://valentineus.link"
 | 
				
			||||||
@@ -19,9 +19,9 @@ layout: compress
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <!-- Author -->
 | 
					    <!-- Author -->
 | 
				
			||||||
    <author>
 | 
					    <author>
 | 
				
			||||||
        <email>{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
 | 
					        <email>{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
 | 
				
			||||||
        <name>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
 | 
					        <name>{{ site.data.author_info.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
 | 
				
			||||||
        <uri>{{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
 | 
					        <uri>{{ site.data.author_info.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
 | 
				
			||||||
    </author>
 | 
					    </author>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% for item in site.posts %}
 | 
					    {% for item in site.posts %}
 | 
				
			||||||
@@ -39,9 +39,9 @@ layout: compress
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            <!-- Author -->
 | 
					            <!-- Author -->
 | 
				
			||||||
            <author>
 | 
					            <author>
 | 
				
			||||||
                <email>{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
 | 
					                <email>{{ site.data.author_info.email | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</email>
 | 
				
			||||||
                <name>{{ site.author.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
 | 
					                <name>{{ site.data.author_info.name | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</name>
 | 
				
			||||||
                <uri>{{ site.author.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
 | 
					                <uri>{{ site.data.author_info.url | strip_newlines | strip_html | strip | normalize_whitespace | xml_escape }}</uri>
 | 
				
			||||||
            </author>
 | 
					            </author>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <!-- Content -->
 | 
					            <!-- Content -->
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user