all repos — website @ 68137600fb4f8cc133c59faf7c475f07ad554495

personal website hosted at prithu.xyz, built using hugo

remove projects 'view all' button
Prithu Goswami prithugoswami524@gmail.com
Sat, 26 Dec 2020 17:31:02 +0530
commit

68137600fb4f8cc133c59faf7c475f07ad554495

parent

a35770ed93578d10958571a0a4b75872ed40d02b

3 files changed, 20 insertions(+), 1 deletions(-)

jump to
A content/projects/_index.md

@@ -0,0 +1,8 @@

+--- +title: Projects +description: "My Projects" +--- + +# Projects + +Work in progress...
M layouts/index.htmllayouts/index.html

@@ -106,7 +106,7 @@ </div>

</a> {{ end }} </div> - <a href="/projects/"><div class=btn id=project-cta>View All</div></a> + <!-- <a href="/projects/"><div class=btn id=project-cta>View All</div></a> --> </div> </div> </section>
A layouts/projects/list.html

@@ -0,0 +1,11 @@

+{{ partial "head.html" . }} +<body> + {{ partial "nav.html" }} +</body> + <div class='container'> + <div class='post-text'> + {{ .Content }} + </div> + </div> +</html> +