kopia lustrzana https://github.com/iv-org/invidious
				
				
				
			Merge 2b05e4cd45 into 0c13c4fab1
				
					
				
			
						commit
						2acec71a6d
					
				|  | @ -499,6 +499,16 @@ jobs: | |||
| ## | ||||
| #banner: | ||||
| 
 | ||||
| ## | ||||
| ## Custom footer displayed on the bottom of every page. | ||||
| ## Similar to the banner option but at the bottom of the page | ||||
| ## Useful for putting contact info of a/the maintainer for example. | ||||
| ## | ||||
| ## Accepted values: any string. HTML is accepted. | ||||
| ## Default: <none> | ||||
| ## | ||||
| #footer: | ||||
| 
 | ||||
| ## | ||||
| ## Subscribe to channels using PubSubHub (Google PubSubHubbub service). | ||||
| ## PubSubHub allows Invidious to be instantly notified when a new video | ||||
|  |  | |||
|  | @ -138,6 +138,8 @@ class Config | |||
|   property cache_annotations : Bool = false | ||||
|   # Optional banner to be displayed along top of page for announcements, etc. | ||||
|   property banner : String? = nil | ||||
|   # Optional footer banner to be displayed along the bottom of the page. Can be used for maintainer contact info, etc. | ||||
|   property footer : String? = nil | ||||
|   # Enables 'Strict-Transport-Security'. Ensure that `domain` and all subdomains are served securely | ||||
|   property hsts : Bool? = true | ||||
|   # Disable proxying server-wide: options: 'dash', 'livestreams', 'downloads', 'local' | ||||
|  |  | |||
|  | @ -152,6 +152,11 @@ | |||
|                         <span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span> | ||||
|                     </div> | ||||
|                 </div> | ||||
|                 <% if CONFIG.footer %> | ||||
|                     <div class="h-box v-box" id="footer-info"> | ||||
|                         <%= CONFIG.footer %> | ||||
|                     </div> | ||||
|                 <% end %> | ||||
|             </footer> | ||||
| 
 | ||||
|         </div> | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 Aural Glow
						Aural Glow