I can find simple and complex examples to get the TITLE.
=============== Simple
Tutorix ===============I am new to github & jekyll
I have tried ALL kinds of things , nothing works.
===============Here is my default.html
<head>
<title id="mywantedname">{{ page.title }}</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="https://cashfields.github.io/TioCash/css/main.css">
</head>
<a href="https://cashfields.github.io/TioCash/index.html">Home</a>
<a href="mailto:cashfieldsutc@gmail.com" target="_blank">email</a></li>
<a href="https://github.com/cashfields/tiocash" target="_blank">TioCash Project</a>
<div class="container">
{{ content }}
</div><!-- /.container -->
<footer>
</footer>
</body>
</html>
===========================
What needs to be said and where does it need to be said to place the TITLE name inside the
Any help will be appreciated - Thanks