mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 01:15:43 +00:00
finishing touches
finished up the css and added a small bit onto the end of the first blog post
This commit is contained in:
parent
90e961a937
commit
3a45051da7
2 changed files with 2 additions and 2 deletions
|
@ -56,4 +56,4 @@ which is closer but it still jumps into the body for some reason. That reason as
|
|||
Nothing about this changes for the script that we want on our blog pages only other than that we replace link with a script tag.
|
||||
|
||||
## Conclusion
|
||||
This was fun and I'm glad I found out about the existance of [hugo](https://gohugo.io/). I'll probably update this site in the future and this blog will probably get outdated but unless I decide the site looks almost completely different run into a very annoying or interesting problem or completely remake the site for osme reason or another I probably won't update this blog or release any other blogs with updates on changes I make to this site(and knowing me even when those things come up I probably won't write about them)
|
||||
This was fun and I'm glad I found out about the existance of [hugo](https://gohugo.io/). I'll probably update this site in the future and this blog will probably get outdated but unless I decide the site looks almost completely different run into a very annoying or interesting problem or completely remake the site for osme reason or another I probably won't update this blog or release any other blogs with updates on changes I make to this site(and knowing me even when those things come up I probably won't write about them) one of the things I want to change is the links to different platforms/feeds/whatever but based on already made efforts I think I'll save that for another time.
|
||||
|
|
|
@ -5,7 +5,7 @@ p a{
|
|||
color:#00a;
|
||||
}
|
||||
p a:hover{
|
||||
color:#050;
|
||||
color:#00a;
|
||||
background:#bbb;
|
||||
}
|
||||
p a:visited{
|
||||
|
|
Loading…
Reference in a new issue