mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 14:59:45 +03:00 
			
		
		
		
	Cleaning the code
This commit is contained in:
		@@ -1 +1 @@
 | 
			
		||||
<script src="https://giscus.app/client.js" data-repo="valentineus/valentineus.github.io" data-repo-id="R_kgDOJfmscg" data-category="Announcements" data-category-id="DIC_kwDOJfmscs4CdNE6" data-mapping="title" data-strict="1" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="top" data-theme="transparent_dark" data-lang="en" crossorigin="anonymous" async></script>
 | 
			
		||||
<script src="https://giscus.app/client.js" data-repo="valentineus/valentineus.github.io" data-repo-id="R_kgDOJfmscg" data-category="Announcements" data-category-id="DIC_kwDOJfmscs4CdNE6" data-mapping="title" data-strict="1" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="bottom" data-theme="transparent_dark" data-lang="en" crossorigin="anonymous" async></script>
 | 
			
		||||
@@ -1,11 +0,0 @@
 | 
			
		||||
<h2>Contacts</h2>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
    {%- for contact in site.data.contacts -%}
 | 
			
		||||
    <li>
 | 
			
		||||
        <a href="{{- contact.url | relative_url | url_escape -}}" target="_blank">{{- contact.title | strip | normalize_whitespace | xml_escape -}}</a>
 | 
			
		||||
        <span>—</span>
 | 
			
		||||
        <span>{{- contact.description | strip | normalize_whitespace | xml_escape -}}</span>
 | 
			
		||||
    </li>
 | 
			
		||||
    {%- endfor -%}
 | 
			
		||||
</ul>
 | 
			
		||||
@@ -1,11 +0,0 @@
 | 
			
		||||
<h2>Related links</h2>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
    {%- for link in site.data.links -%}
 | 
			
		||||
    <li>
 | 
			
		||||
        <a href="{{- link.url | relative_url | url_escape -}}" target="_blank">{{- link.title | strip | normalize_whitespace | xml_escape -}}</a>
 | 
			
		||||
        <span>—</span>
 | 
			
		||||
        <span>{{- link.description | strip | normalize_whitespace | xml_escape -}}</span>
 | 
			
		||||
    </li>
 | 
			
		||||
    {%- endfor -%}
 | 
			
		||||
</ul>
 | 
			
		||||
@@ -1,10 +0,0 @@
 | 
			
		||||
<h2>Posts</h2>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
    {%- for post in site.posts -%}
 | 
			
		||||
    <li>
 | 
			
		||||
        <a href="{{- post.url | relative_url | url_escape -}}">{{- post.title | strip | normalize_whitespace | xml_escape -}}</a>
 | 
			
		||||
        (<time datetime="{{- post.date | date_to_xmlschema | xml_escape -}}">{{- post.date | date: '%d-%m-%Y' | strip | normalize_whitespace | xml_escape -}}</time>)
 | 
			
		||||
    </li>
 | 
			
		||||
    {%- endfor -%}
 | 
			
		||||
</ul>
 | 
			
		||||
		Reference in New Issue
	
	Block a user