blog post mobile view update
This commit is contained in:
@@ -64,9 +64,9 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
|||||||
|
|
||||||
#### Inline Markdown within tables
|
#### Inline Markdown within tables
|
||||||
|
|
||||||
| Inline | Markdown | In | Table |
|
| Inline | Markdown | In |
|
||||||
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
|
| ------------------------ | -------------------------- | ----------------------------------- |
|
||||||
| *italics* | **bold** | ~~strikethrough~~ | `code` |
|
| *italics* | **bold** | ~~strikethrough~~ |
|
||||||
|
|
||||||
## Code Blocks
|
## Code Blocks
|
||||||
|
|
||||||
|
|||||||
@@ -64,9 +64,9 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
|||||||
|
|
||||||
#### Inline Markdown within tables
|
#### Inline Markdown within tables
|
||||||
|
|
||||||
| Inline | Markdown | In | Table |
|
| Inline | Markdown | In |
|
||||||
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
|
| ------------------------ | -------------------------- | ----------------------------------- |
|
||||||
| *italics* | **bold** | ~~strikethrough~~ | `code` |
|
| *italics* | **bold** | ~~strikethrough~~ |
|
||||||
|
|
||||||
## Code Blocks
|
## Code Blocks
|
||||||
|
|
||||||
|
|||||||
@@ -43,12 +43,14 @@ The blockquote element represents content that is quoted from another source, op
|
|||||||
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
|
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
|
||||||
> **Note** that you can use *Markdown syntax* within a blockquote.
|
> **Note** that you can use *Markdown syntax* within a blockquote.
|
||||||
|
|
||||||
|
|
||||||
#### Blockquote with attribution
|
#### Blockquote with attribution
|
||||||
|
|
||||||
|
|
||||||
> Don't communicate by sharing memory, share memory by communicating.</p>
|
> Don't communicate by sharing memory, share memory by communicating.</p>
|
||||||
> — <cite>Rob Pike[^1]</cite>
|
> — <cite>Rob Pike[^1]</cite>
|
||||||
|
|
||||||
|
|
||||||
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
||||||
|
|
||||||
## Tables
|
## Tables
|
||||||
@@ -62,9 +64,9 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
|||||||
|
|
||||||
#### Inline Markdown within tables
|
#### Inline Markdown within tables
|
||||||
|
|
||||||
| Inline | Markdown | In | Table |
|
| Inline | Markdown | In |
|
||||||
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
|
| ------------------------ | -------------------------- | ----------------------------------- |
|
||||||
| *italics* | **bold** | ~~strikethrough~~ | `code` |
|
| *italics* | **bold** | ~~strikethrough~~ |
|
||||||
|
|
||||||
## Code Blocks
|
## Code Blocks
|
||||||
|
|
||||||
|
|||||||
@@ -64,9 +64,9 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
|||||||
|
|
||||||
#### Inline Markdown within tables
|
#### Inline Markdown within tables
|
||||||
|
|
||||||
| Inline | Markdown | In | Table |
|
| Inline | Markdown | In |
|
||||||
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
|
| ------------------------ | -------------------------- | ----------------------------------- |
|
||||||
| *italics* | **bold** | ~~strikethrough~~ | `code` |
|
| *italics* | **bold** | ~~strikethrough~~ |
|
||||||
|
|
||||||
## Code Blocks
|
## Code Blocks
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
<section class="mincho-font">
|
<section class="mincho-font">
|
||||||
<div class="py-4 bg-info text-center">
|
<div class="py-4 bg-info text-center">
|
||||||
|
<div class="container-fluid">
|
||||||
<!-- title and date -->
|
<!-- title and date -->
|
||||||
<h1 class="blog-title font-weight-bold">{{.Title}}</h1>
|
<h1 class="blog-title font-weight-bold">{{.Title}}</h1>
|
||||||
<div class="">
|
<div class="">
|
||||||
@@ -50,11 +51,12 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container">
|
||||||
<div class="row justify-content-center ">
|
<div class="row justify-content-center ">
|
||||||
|
|
||||||
<div class="col-md-8 p-3">
|
<div class="col-md-9 p-3">
|
||||||
<div class="px-md-3">
|
<div class="px-md-3">
|
||||||
|
|
||||||
<!-- image -->
|
<!-- image -->
|
||||||
@@ -70,7 +72,7 @@
|
|||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
<!-- Tags -->
|
<!-- Tags -->
|
||||||
<div class="mb-4 p-5">
|
<div class="p-5">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<h5 class="card-header text-center m-0">Tags</h5>
|
<h5 class="card-header text-center m-0">Tags</h5>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
|||||||
Reference in New Issue
Block a user