willianjusten / cards-jekyll-template

A simple Jekyll Template Card Based.
https://willianjusten.github.io/cards-jekyll-template
Other
314 stars 276 forks source link

The Header is not changing #35

Open tip4programs opened 6 years ago

tip4programs commented 6 years ago

The website header always shows </> Anon Developer or </> AD(for mobile site). changed header of the site by editing the file /src/style/_header .style like this

            transition all .4s
            content '</> TP'
            +above(cut)
                content '</> Tip4programs'

But the change is not affecting on the website. What is the reason behind this? I have committed this change on both gh-pages and master branch😧.

willianjusten commented 6 years ago

Did you run gulp -p after the changes? You need to compile, because those stylus files will compile to the real css used in your site.

ghost commented 5 years ago

I modified the header and also gulp -p, but after that the website first appeared my name then returned to </> Anon Developer, what's going on?