Add server info to frontpage and some other stuff (favicon)

This commit is contained in:
floppydiskette 2024-08-13 05:14:45 +01:00
commit 85490073ee
No known key found for this signature in database
7 changed files with 66 additions and 7 deletions

View file

@ -1,4 +1,6 @@
class HomeController < ApplicationController
def index
@date_time = Time.now.strftime("%A, %d %B %Y %r (%Z)")
@os = "Ubuntu GNU/Linux 22.04 (LTS)"
end
end