Merge pull request #31 from TheDoubleH/fix/logopointtoincorrectlocation
Resolved Incorrect Link
This commit is contained in:
commit
34e4cae27e
1 changed files with 11 additions and 8 deletions
|
|
@ -1,11 +1,14 @@
|
|||
<a id="logo" href="{{ .Site.Params.landingPageURL | default " /" | relLangURL }}" style="
|
||||
color: #f5f5f5;
|
||||
font-family: 'Novacento Sans Wide', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
margin-top: -2px;
|
||||
">
|
||||
<a id="logo"
|
||||
href="{{ .Site.Params.landingPageURL | default "/" | relLangURL }}"
|
||||
style="
|
||||
color: #f5f5f5;
|
||||
font-family: 'Segoe UI Semibold', 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
font-size: 30px;
|
||||
font-weight: 300;
|
||||
margin-top: -2px;
|
||||
">
|
||||
|
||||
ALGuidelines.Dev
|
||||
</a>
|
||||
|
||||
<i style="color: #f5f5f5;">Code is Poetry</i>
|
||||
<i style="color: #f5f5f5;">Code is Poetry ...</i>
|
||||
Loading…
Add table
Add a link
Reference in a new issue