- rendered under the buttons section
javascript code section needs to be replaced with go
profile-about-section into main
javascript code section needs to be replaced with go
- rendered under the buttons section Note: It's not the final modification, and it absolutely needs refinement
<!-- layouts/partials/index_profile.html -->
{{- if (os.FileExists "content/about.md") }}
{{- partial "index_profile_about.html" . -}}
{{- end }}
this snippet was added in the last lines, so it basically renders the about.md file only when it exist under content/about.md
Else it just renders the profile page with no overlapping issues
@ -0,0 +42,4 @@
opacity: 1;
transform: translateY(0);
}
</style>
write the css styling under assets/css/common directory
@ -0,0 +78,4 @@
observer.observe(aboutSection);
}
});
</script>
replace the block of javascript code into go
this is stupid, its nearly impossible to replace this with go. Since, we need client-side server to listen to browser window scroll events and other actions. It's possible to come up with a workaround though, but it's not worth the efforts!
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?