removed history from menu
authorken <ken@mihrtec.com>
Sat, 31 Mar 2018 01:37:33 +0000 (18:37 -0700)
committerken <ken@mihrtec.com>
Sat, 31 Mar 2018 01:37:33 +0000 (18:37 -0700)
config.toml
content/git/_index.md

index 3ea20f3..620a1de 100644 (file)
@@ -8,9 +8,3 @@ theme = "speedy"
 name = "CV"
 url = "/cv.pdf"
 weight = 2
-[[menu.main]]
-name = "History"
-url = "https://git.kengrimes.com"
-weight = 1
-
-
index 93fc906..9183d09 100644 (file)
@@ -3,6 +3,6 @@ title: Git
 menu: "main"
 caption: "Code Repositories"
 ---
-<iframe height="600px" width="100%" frameborder="0" src="/gitweb" onload="resizeIFrame(this)">
+<iframe height="600px" width="100%" frameborder="0" scrolling="no" src="/gitweb" onload="resizeIFrame(this)">
   <a href="https://git.kengrimes.com">https://git.kengrimes.com</a>
 </iframe>