@@ -140,9 +143,14 @@
- {{- partial "paper1.html" . -}}
+ {{ with .Params.hidePubs }}
+ {{ else}}
+ {{- partial "paper1.html" . -}}
+ {{ end }}
-
+ {{ with .Params.otherPubs}}
+ {{- partial "paper2.html" . -}}
+ {{ end }}
{{ if .Param "aplayer" }}
diff --git a/static/css/style3People.css b/static/css/style3People.css
index 9bd51ad..e25493a 100644
--- a/static/css/style3People.css
+++ b/static/css/style3People.css
@@ -114,7 +114,7 @@ img:hover {
.stick-motto-bar{
position: relative;
- top:40px;
+ /* top:40px; */
/* height: 100vh; */
background-color: rgb(247, 247, 247);
/* display: flex; */