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

CSS-Problem: Logo überlappt Überschrift #2

Open
cknoll opened this issue Feb 27, 2017 · 6 comments
Open

CSS-Problem: Logo überlappt Überschrift #2

cknoll opened this issue Feb 27, 2017 · 6 comments
Assignees

Comments

@cknoll
Copy link
Member

cknoll commented Feb 27, 2017

siehe Screenshot:

fsfw-blog-css-problem1

@cknoll
Copy link
Member Author

cknoll commented Feb 27, 2017

Auf den regulären Seiten wird die erste <h1> Überschrift ein Stück nach rechts geschoben. Das sollte im Blog auch passieren.

@cknoll cknoll mentioned this issue Feb 27, 2017
3 tasks
@cknoll cknoll self-assigned this Feb 27, 2017
@horazont
Copy link
Member

Please try again with current master, especially with updated themes/fsfw-dresden submodule. I merged my blog support branch.

@cknoll
Copy link
Member Author

cknoll commented Feb 27, 2017

still the same problem here. I will create a proper archives.html template including the <section> tag.

@horazont
Copy link
Member

War das das Konqueror-Problem? Dann bitte schließen.

@cknoll
Copy link
Member Author

cknoll commented Feb 27, 2017

Das war nicht das Konqueror-Problem (auch wenn das genau so aussah). Das Problem hier betrifft das template archives.html (bzw. base.html? wenn ersters nicht da ist). Eigentlich brauchen wir das nicht, aber der Ordnung halber weil output/archives.html immer mit erzeugt wird sollte es vielleicht ein symlink auf das index.html template sein. Ich probiere mal ...

@horazont
Copy link
Member

Die korrekte Lösung dafür ist, ein ordentliches archives.html-Template anzulegen.

Siehe auch die Pelican-Doku in Bezug auf die Liste an Templates die gebraucht werden:

├── static
│   ├── css
│   └── images
└── templates
    ├── archives.html         // to display archives
    ├── period_archives.html  // to display time-period archives
    ├── article.html          // processed for each article
    ├── author.html           // processed for each author
    ├── authors.html          // must list all the authors
    ├── categories.html       // must list all the categories
    ├── category.html         // processed for each category
    ├── index.html            // the index (list all the articles)
    ├── page.html             // processed for each page
    ├── tag.html              // processed for each tag
    └── tags.html             // must list all the tags. Can be a tag cloud.

Die bisherige Theme ist… sehr minimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants