gogs / gogs

Gogs is a painless self-hosted Git service
https://gogs.io
MIT License
44.78k stars 4.85k forks source link

Ability to customize template properties in head.tmpl and footer.tmpl #7557

Open wravoc opened 11 months ago

wravoc commented 11 months ago

Describe the feature

There is seemingly no way, or no documented way, to customize basic properties of software theme like: <meta name="description" content= <meta property="og:description" content="Gogs is a painless self-hosted Git service.">

Describe the solution you'd like

A clear method of injecting basic properties of the visual presentation of the software.

Describe alternatives you've considered

I could set the opacity of everything not needed to 0 in CSS, but really, some basic tuning in even app.ini would be great for the site description.

Additional context

Whenever I go to an Apache website index.html it doesn't say "A painless Web Server".

Code of Conduct

wravoc commented 11 months ago

I was able to overload? the hero class in a <div> for my own description, but that did not seem like it should have worked!