diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-18 03:58:17 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-18 03:58:17 -0700 |
commit | 43b7e8126cb7fa8d3e9c3592b9c9fb00f11f531c (patch) | |
tree | 2c8ccc8324fbec8cc29460df3efbd0da4eb66167 /yt_local_playlist_template.html | |
parent | 9c65e64b3bb634b16e21da904259da0d2be7bd4d (diff) | |
download | yt-local-43b7e8126cb7fa8d3e9c3592b9c9fb00f11f531c.tar.lz yt-local-43b7e8126cb7fa8d3e9c3592b9c9fb00f11f531c.tar.xz yt-local-43b7e8126cb7fa8d3e9c3592b9c9fb00f11f531c.zip |
ability to install the xml search plugin from all pages
Diffstat (limited to 'yt_local_playlist_template.html')
-rw-r--r-- | yt_local_playlist_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_local_playlist_template.html b/yt_local_playlist_template.html index 2b92bb6..49df5ed 100644 --- a/yt_local_playlist_template.html +++ b/yt_local_playlist_template.html @@ -4,6 +4,7 @@ <meta charset="utf-8"> <title>$page_title</title> <link href="/youtube.com/shared.css" type="text/css" rel="stylesheet"> + <link title="Youtube local" href="/youtube.com/opensearch.xml" rel="search" type="application/opensearchdescription+xml"> <style type="text/css"> main{ display:grid; |