Move channel specific CSS to separate file

This commit is contained in:
syeopite 2021-04-16 01:13:42 -07:00
parent 04cc15500f
commit 0d19937dac
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
3 changed files with 14 additions and 10 deletions

View file

@ -1,5 +1,6 @@
<% content_for "header" do %>
<title><%= channel.author %> - Invidious</title>
<link rel="stylesheet" href="/css/channel.css?v=<%= ASSET_COMMIT %>"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/feed/channel/<%= channel.ucid %>" />
<% end %>