You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
I really need to come up with a way to get back to the homepage. Ugh I just really dont want to copy and paste my navigation bar onto every page.
Hi! Getting back to homepage is trivial; a home page link/button? Breadcrumb navigation? So I'm pretty sure I don't understand your comment. By navigation bar you mean the left section of your home page? If so, do you want to *reuse* that section elsewhere or not?
Hi, apologies for such a late response! And yes I did mean my left section.. I could just add "home" buttons to my pages but I also want things to be consistent if that makes sense.
One technique you could use is to create a script (e.g. navbar.js) to spew your left section's HTML code on demand. It will allow you to centralize updates and have all the pages using it automatically benefit from it (or to be broken at the same time....) ;-p
To see the technique at work check Alicia's website https://thedigitaldiarist.ca and its navigation/header script https://thedigitaldiarist.ca/navigation.js -- It could be easier to use the backtick character to build your html code, though. e.g. https://codefile.io/f/I3Z9nF3qboNaNQoZFSrq