mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-20 18:21:18 -04:00
rename atom shortcodes from .atom.xml to .atom.atom, and stop using symlinks
let's see if this fixes the issue of the wrong shortcode types (usually AMP) being chosen inconsistently
This commit is contained in:
@@ -1 +0,0 @@
|
||||
iframe.html
|
3
layouts/shortcodes/iframe.rss.xml
Normal file
3
layouts/shortcodes/iframe.rss.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="embed iframe">
|
||||
<iframe src="{{ .Get "src" }}" {{ with .Get "title" }}title="{{ . }}"{{ end }}></iframe>
|
||||
</div>
|
Reference in New Issue
Block a user