Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
web
Commits
b4498668
Commit
b4498668
authored
Aug 28, 2015
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for relative url
parent
4b83c497
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
_layouts/post.html
_layouts/post.html
+1
-1
_posts/2015-08-28-vim-for-man.md
_posts/2015-08-28-vim-for-man.md
+1
-1
blog.html
blog.html
+1
-1
styles/posts.css
styles/posts.css
+2
-1
No files found.
_layouts/post.html
View file @
b4498668
...
@@ -5,7 +5,7 @@ pagestyle: posts
...
@@ -5,7 +5,7 @@ pagestyle: posts
<header
class=
"section post-title"
>
<header
class=
"section post-title"
>
<h1>
<h1>
<a
href=
"{{ page.url }}"
>
<a
href=
"{{
site.root_url }}{{
page.url }}"
>
{{ page.title }}
{{ page.title }}
</a>
</a>
<time
datetime=
"{{ page.date | date_to_xmlschema }}"
class=
"post-date"
>
<time
datetime=
"{{ page.date | date_to_xmlschema }}"
class=
"post-date"
>
...
...
_posts/
blog/
2015-08-28-vim-for-man.md
→
_posts/2015-08-28-vim-for-man.md
View file @
b4498668
...
@@ -199,7 +199,7 @@ All told:
...
@@ -199,7 +199,7 @@ All told:
Footnote:
Footnote:
This is my first blog post using
[
Jekyll
](
http://jekyllrb.com/
)
. Writing it, I
This is my first blog post using
[
Jekyll
](
http://jekyllrb.com/
)
. Writing it, I
have learned qui
et
a bit, which I will write about in another post soon.
have learned qui
te
a bit, which I will write about in another post soon.
[
Unix.SE
]:
http://unix.stackexchange.com
[
Unix.SE
]:
http://unix.stackexchange.com
[
Vim.SE
]:
http://vi.stackexchange.com
[
Vim.SE
]:
http://vi.stackexchange.com
...
...
blog.html
View file @
b4498668
...
@@ -8,7 +8,7 @@ pagestyle: posts
...
@@ -8,7 +8,7 @@ pagestyle: posts
<section
markdown=
"1"
>
<section
markdown=
"1"
>
<header
class=
"post-title"
>
<header
class=
"post-title"
>
<h1>
<h1>
<a
href=
"{{ post.url }}#main"
>
{{ post.title }}
</a>
<a
href=
"{{
site.root_url}}{{
post.url }}#main"
>
{{ post.title }}
</a>
<time
datetime=
"{{ post.date | date_to_xmlschema }}"
class=
"post-date"
>
{{ post.date | date: "%B %e, %Y" }}
</time>
<time
datetime=
"{{ post.date | date_to_xmlschema }}"
class=
"post-date"
>
{{ post.date | date: "%B %e, %Y" }}
</time>
</h1>
</h1>
</header>
</header>
...
...
styles/posts.css
View file @
b4498668
...
@@ -37,7 +37,8 @@ img {
...
@@ -37,7 +37,8 @@ img {
@media
screen
and
(
orientation
:
landscape
)
{
@media
screen
and
(
orientation
:
landscape
)
{
.post-date
{
.post-date
{
float
:
right
;
float
:
right
;
border-right
:
solid
0.1em
black
;
border-left
:
solid
0.2em
black
;
padding-left
:
0.5em
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment