- Timestamp:
- Apr 21, 2022, 7:34:43 AM (3 years ago)
- Branches:
- master
- Children:
- 527ee10
- Parents:
- 3cc0a68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.emacs
r3cc0a68 r6596178 10 10 (setq current-folder (file-truename "./")) 11 11 12 (defvar peertube-iframe-format13 ;; You may want to change your width and height.14 (concat "<iframe id=\"ivplayer\" type=\"text/html\""15 "src=\"https://peervideo.ru/videos/embed/%s\""16 " frameborder=\"0\""17 " allowfullscreen>%s</iframe>"))18 19 12 (defvar youtube-iframe-format 20 13 ;; You may want to change your width and height. 21 14 (concat "<iframe id=\"ivplayer\" type=\"text/html\"" 22 "src=\"https://y ewtu.be/embed/%s\""15 "src=\"https://youtube.host.w96k.dev/embed/%s\"" 23 16 " frameborder=\"0\"" 24 17 " allowfullscreen>%s</iframe>")) … … 97 90 <header class=\"navbar\"> 98 91 <a href=\"/\" class=\"button logo\">~w96k</a> 92 <a class=\"button\" href=\"/articles.html\">Articles</a> 99 93 <a class=\"button\" href=\"/cv.html\">CV</a> 100 94 <a class=\"button\" href=\"/music.html\">Music</a> 101 95 <a class=\"button\" href=\"/emacs.html\">Emacs</a> 96 <a class=\"button\" href=\"/guix.html\">Guix</a> 102 97 </header>" 103 98
Note:
See TracChangeset
for help on using the changeset viewer.