Skip to content

How about a common menu? #38

Open
Open
@richardtomkins

Description

I took the menu out and put it in a separate file, mmenu.html and fixed the duplicate DropDownBlog.
In every other HTML file I repalced the

... with,
.
At the bottom, right after <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> I added,
<script>
$('#navigation').load('/mmenu.html');
</script>.
Now, there is a single menu for all pages, makes it easier to use.
I also found some bugs such as an extra in one file and obsolete attributes in use in other files by using the w3c html validator.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions