Re: webwml repository structure
Paul Wise <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <CAKTje6FayYtawsErUpgtgErC_-j+Ni_gcXSzZ_esyqYupQ20iQ@mail.gmail.com> |
On Fri, Jun 11, 2021 at 12:00 PM Niklas Vest wrote: > I wanted to implement a minor improvement to user experience to the website and upon inspection of the repository I have found no "common" code that would represent the website structure. git grep '<title>' tells me this is the file defining what a page looks like: english/template/debian/basic.wml Not sure about the other places you want to modify, maybe grep the english/ directory for the things you see now and then modify those files.