absolute hrefs, removed a consoel log
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="/index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="/projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="https://www.linkedin.com/in/zev-averbach-964572156/" target="_blank" class="btn btn-primary not-rounded py2 bg-yellow">LinkedIn</a>
|
||||
<a href="https://github.com/zevaverbach" target="_blank" class="btn btn-primary not-rounded py2 bg-red">Github</a>
|
||||
</div>
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="/index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="/projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="https://www.linkedin.com/in/zev-averbach-964572156/" target="_blank" class="btn btn-primary not-rounded py2 bg-yellow">LinkedIn</a>
|
||||
<a href="https://github.com/zevaverbach" target="_blank" class="btn btn-primary not-rounded py2 bg-red">Github</a>
|
||||
</div>
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="/index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="/projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="https://www.linkedin.com/in/zev-averbach-964572156/" target="_blank" class="btn btn-primary not-rounded py2 bg-yellow">LinkedIn</a>
|
||||
<a href="https://github.com/zevaverbach" target="_blank" class="btn btn-primary not-rounded py2 bg-red">Github</a>
|
||||
</div>
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
|
||||
<nav class="white bg-white">
|
||||
<div id="nav">
|
||||
<a href="index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="/index" class="btn btn-primary not-rounded py2 bg-blue">About</a>
|
||||
<a href="/projects" class="btn btn-primary not-rounded py2 bg-green">Projects</a>
|
||||
<a href="/blog" class="btn btn-primary not-rounded py2 bg-white" style="color: rgba(0, 0, 0, .7); border: 1px solid rgba(0, 0, 0, .1);">Blog</a>
|
||||
<a href="https://www.linkedin.com/in/zev-averbach-964572156/" target="_blank" class="btn btn-primary not-rounded py2 bg-yellow">LinkedIn</a>
|
||||
<a href="https://github.com/zevaverbach" target="_blank" class="btn btn-primary not-rounded py2 bg-red">Github</a>
|
||||
</div>
|
||||
|
||||
@@ -30,7 +30,6 @@ window.onload = function() {
|
||||
}
|
||||
})
|
||||
title_element = d.getElementById('title')
|
||||
console.log(current_page_name)
|
||||
if (current_page_name == 'blog') {
|
||||
d.title = d.title.concat(' | Blog')
|
||||
title_element.text = title_element.text.concat("\'s Blog")
|
||||
|
||||
Reference in New Issue
Block a user