Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An empty div still appears on the bottom when scrolling up after creating a page. #413

Closed
neolooong opened this issue Apr 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@neolooong
Copy link

Configuration

  • Hugo version: Hugo Static Site Generator v0.68.3-157669A0 windows/amd64 BuildDate: 2020-03-24T12:04:36Z
  • Tranquilpeak version: 0.4.7-BETA
  • Do you reproduce on https://tranquilpeak.kakawait.com demo?: Not find this feature.

Actual behavior

Nothing appears on the bottom when scrolling up.

Expected behavior

<div class="post-actions-wrap> appears on the bottom when scrolling up.

Steps to reproduce the behavior

  1. create a new page
hugo new page/contact.md
  1. write content in contact.md
---
title: "Contact"
# skip
comments:       false
showMeta:       false
showActions:    false
---
Write enough content to make the page scrollable.
  1. scroll up the page
  2. <div class="post-actions-wrap> appear.

So, what is the showActions: false meaning?

@kakawait kakawait self-assigned this May 3, 2020
@kakawait kakawait added this to the 0.5.0-BETA milestone May 3, 2020
@kakawait kakawait added the for triage An issue we've not yet triaged label May 3, 2020
@kakawait kakawait modified the milestones: 0.5.0-BETA, 0.5.1-BETA Jul 30, 2021
@kakawait kakawait modified the milestones: 0.5.1-BETA, 0.5.2-BETA Aug 27, 2021
@kakawait kakawait added enhancement New feature or request and removed for triage An issue we've not yet triaged labels Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants