mirror of
https://github.com/Pagwin-Fedora/website.git
synced 2025-07-18 05:25:42 +00:00
general house work
This commit is contained in:
parent
bbff946bf5
commit
90e961a937
6 changed files with 9 additions and 6 deletions
|
@ -37,7 +37,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ partial "author.html" .}}
|
{{ partial "author.html" .}}
|
||||||
{{ partial "media.html" .}}
|
|
||||||
<div class="row li-pagination">
|
<div class="row li-pagination">
|
||||||
<div class="eight columns">
|
<div class="eight columns">
|
||||||
<div class="li-pagination-previous">
|
<div class="li-pagination-previous">
|
||||||
|
|
8
layouts/partials/author.html
Normal file
8
layouts/partials/author.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<div class="row li-author">
|
||||||
|
<div class="sixteen columns">
|
||||||
|
Written by <strong>{{ .Site.Params.author }}</strong>
|
||||||
|
<br>
|
||||||
|
<a class="connections" href="{{ .Site.BaseURL }}/index.xml"><img src="{{ .Site.BaseURL }}/img/rss-icon.jpg" alt="rss" width="24px" height="24px"></img></a>
|
||||||
|
<a class="connections" href="https://github.com/Pagwin-Fedora"><img src="{{ .Site.BaseURL }}/img/github-icon.jpg" alt="github" width="24px" height="24px"></img></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
|
@ -9,7 +9,7 @@
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/libraries/normalize.3.0.1.css" />
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/libraries/normalize.3.0.1.css" />
|
||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/liquorice.css" />
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/liquorice.css" />
|
||||||
{{ cond (eq .Page.Kind "page") (safeHTML (printf "<link rel='stylesheet' href='%s/css/single.css'>" .Site.BaseURL)) "" }}
|
{{ cond (eq .Page.Kind "page") (safeHTML (printf "<link rel='stylesheet' href='%s/css/single.css'>" .Site.BaseURL)) "" }}
|
||||||
<link rel="icon" href="{{ .Site.BaseURL }}/icon.png" />
|
<link rel="icon" href="{{ .Site.BaseURL }}/img/icon.png" />
|
||||||
<meta property="og:title" content="{{ .Title }}"/>
|
<meta property="og:title" content="{{ .Title }}"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:url" content="{{ .Permalink }}"/>
|
<meta property="og:url" content="{{ .Permalink }}"/>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
<div id="media">
|
|
||||||
<a href="{{ .Site.BaseURL }}/index.xml">rss</a>
|
|
||||||
<a href="https://github.com/Pagwin-Fedora">github</a>
|
|
||||||
</div>
|
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue