bitbadger.solutions-blog-theme/themes/mantraish/layout/_partial/header.pug

19 lines
1.1 KiB
Plaintext
Raw Normal View History

header#header
#masthead
#branding(role='banner')
#header-container
div(style='margin-top:0;')
h1#site-title: a(href='/' title=site.title rel='home')= config.title
#site-description= config.subtitle
#sheader.socials
a(target='_blank' rel='nofollow' href='/feed.xml' class='socialicons social-RSS' title='RSS'): img(alt='RSS' src='/img/social-rss.png')
a(target='_blank' rel='nofollow' href='//twitter.com/DJS_Consulting' class='socialicons social-Twitter' title='Twitter'): img(alt='Twitter' src='/img/social-twitter.png')
a(target='_blank' rel='nofollow' href='//www.facebook.com/pages/DJS-Consulting/262368048575' class='socialicons social-Facebook' title='Facebook'): img(alt='Facebook' src='/img/social-facebook.png')
div(style='clear:both;')
nav#access.jssafe(role='navigation')
.skip-link.screen-reader-text: a(href='#content' title='Skip to content') Skip to content
#prime_nav.menu: ul
li: a(href='/') Home
li: a(href='/linux/') Linux Resources
div(style='clear:both;')