getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 51 forks source link

[hpstr] Don't work correctly. CSS #147

Closed Darkfoe703 closed 6 years ago

Darkfoe703 commented 6 years ago

Don't working correctly. The following lines don't appereance it after the build:

<link href="assets/css/rst.css" rel="stylesheet" type="text/css">
<link href="assets/css/code.css" rel="stylesheet" type="text/css">
<link href="assets/css/main.css" rel="stylesheet" type="text/css">
<link href="assets/css/extra.css" rel="stylesheet" type="text/css">

I took the files from the example page https://themes.getnikola.com/v7/hpstr/demo/

I add this lines in index page, but when use the link of Archive, RSS, etc. the issue come back. The problem is making these changes everytime manually. Thank for reading. I appreciate the help. (Sorry for the grammar, my English is so basic). Issue's picture: issue Manual correction: correction

Kwpolska commented 6 years ago

This theme used to have no bundle support while requesting bundled assets at the same time. This has been fixed now (03c3d63, 84e34af), run nikola theme -i hpstr to update your copy.