Is there an automatic way to get a list of “include” files that are NOT included?
I’m trying to avoid writing this program:
1. Read the names of the files in the _includes folder
2. For each name in the list, search the local web (in HTML, if I were using the Find dialog)
3. Display the list and the names of the files in which each is included.
Any file that is not included somewhere is a candidate for elimination from the web.
I dont want to do this by hand, because there are a lot of files.