File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% include html.html %}
2+ {% if page.origin-url %}
3+ {% assign origin_url = page.origin-url %}
4+ {% else if page.origin-nostr-tag %}
5+ {% assign origin_url = "https://primal.net/search/kind%3A1%20%23" | append: page.origin-nostr-tag | append: "%20%20from%3A" | append: site.theme_settings.nostr.nprofile %}
6+ {% endif %}
27< head >
38 < noscript >
49 < style > html { display : none; }</ style >
5- < meta http-equiv ="refresh " content ="0; URL='{{ page.origin-url }}' " />
6- < link rel ="canonical " href ="{{ page.origin-url }} " />
10+ < meta http-equiv ="refresh " content ="0; URL='{{ origin_url }}' " />
11+ < link rel ="canonical " href ="{{ origin_url }} " />
712 </ noscript >
8- < script type ="text/javascript "> window . stop ( ) ; window . location = "{{ page.origin-url }}" ; </ script >
13+ < script type ="text/javascript "> window . stop ( ) ; window . location = "{{ origin_url }}" ; </ script >
914</ head >
1015</ html>
Original file line number Diff line number Diff line change 1+ ---
2+ layout : redirect
3+ title : Poetry 🪄
4+ permalink : " /poetry/"
5+ origin-nostr-tag : poetry
6+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ layout : redirect
3+ title : 🪄 Стихи
4+ permalink : " /ru/poetry/"
5+ origin-nostr-tag : стихи
6+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ layout : redirect
3+ permalink : " /стихи/"
4+ origin-nostr-tag : стихи
5+ ---
You can’t perform that action at this time.
0 commit comments