mirror of
				https://github.com/BBaoVanC/bobatheme.git
				synced 2025-11-03 18:27:55 -06:00 
			
		
		
		
	Open RSS links in new tab
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
    {{ .Title | markdownify }}
 | 
			
		||||
    <span class="rss-link">
 | 
			
		||||
        {{ with .OutputFormats.Get "rss" }}
 | 
			
		||||
        <a href="{{ .Permalink }}">{{ partial "icon.html" "rss-feed" }}</a>
 | 
			
		||||
        <a href="{{ .Permalink }}" target="_blank" rel="noopener">{{ partial "icon.html" "rss-feed" }}</a>
 | 
			
		||||
        {{ end }}
 | 
			
		||||
    </span>
 | 
			
		||||
</h1>
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
    {{ if eq .Kind "term" }}
 | 
			
		||||
    <span class="rss-link">
 | 
			
		||||
        {{ with .OutputFormats.Get "rss" }}
 | 
			
		||||
        <a href="{{ .Permalink }}">{{ partial "icon.html" "rss-feed" }}</a>
 | 
			
		||||
        <a href="{{ .Permalink }}" target="_blank" rel="noopener">{{ partial "icon.html" "rss-feed" }}</a>
 | 
			
		||||
        {{ end }}
 | 
			
		||||
    </span>
 | 
			
		||||
    {{ end }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user