diff --git a/layouts/404.html b/layouts/404.html index 7f5022f..fee66be 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,30 +2,31 @@ {{ partial "header" . }}
-
+
{{ partial "profile" . }}
-
-
-
-

-

-

- {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}} -

-

- {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}} -

-
-

-
-
-
+
+
+
+

+

+

+ {{with .Site.Data.l10n.page_not_found.title}}{{.}}{{end}} +

+

+ {{with .Site.Data.l10n.page_not_found.subtitle}}{{.}}{{end}} +

+
+

+
+
+
{{ partial "sidebar" . }} -
+
{{ partial "footer" . }} - + + \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index fe088c9..6b3e35a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,17 +1,22 @@ + + {{ partial "head" . }} -
- {{ partial "header" . }} + +
+
+ {{ partial "header" . }} - -
+ +
- {{ partial "article_list" . }} - {{ partial "sidebar" . }} + {{ partial "article_list" . }} + {{ partial "sidebar" . }} +
-
- -{{ partial "footer" . }} +
+ {{ partial "footer" . }} - + + \ No newline at end of file diff --git a/layouts/partials/article_first.html b/layouts/partials/article_first.html index deae401..bb7b842 100644 --- a/layouts/partials/article_first.html +++ b/layouts/partials/article_first.html @@ -1,13 +1,13 @@
-

- A simple, lightweight theme -

-

- You've reached the website for Arch Linux user, I was in mobile-enabled. -

+

+ A simple, lightweight theme +

+

+ You've reached the website for Arch Linux user, I was in mobile-enabled. +

+--> \ No newline at end of file diff --git a/layouts/partials/article_footer.html b/layouts/partials/article_footer.html index fccf02d..87dd533 100644 --- a/layouts/partials/article_footer.html +++ b/layouts/partials/article_footer.html @@ -1,23 +1,23 @@ + + {{with .Site.Data.l10n.articles.comments}}{{.}}{{end}} + + {{end}} + \ No newline at end of file diff --git a/layouts/partials/article_header.html b/layouts/partials/article_header.html index 76a3260..53492de 100644 --- a/layouts/partials/article_header.html +++ b/layouts/partials/article_header.html @@ -1,12 +1,8 @@
- -

- -

- - -
- +

+ +

+ +
+
+ \ No newline at end of file diff --git a/layouts/partials/article_list.html b/layouts/partials/article_list.html index 9665e12..b918b81 100644 --- a/layouts/partials/article_list.html +++ b/layouts/partials/article_list.html @@ -1,43 +1,41 @@
- - {{ $pages := .Pages }} - {{ if .IsHome }} - {{ $pages = .Site.RegularPages }} - {{ end }} - {{ $paginator := .Paginate $pages }} - - {{ range $paginator.Pages }} -
+ {{ range $paginator.Pages }} +
-
+
- {{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} - + {{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} + - {{ partial "article_header" . }} -
-

- {{ .Summary }} ... -

-

- - Read more - - -

-
- -
-
- {{ end }} - {{ partial "pagination" . }} -
- +
+ + {{ end }} + {{ partial "pagination" . }} + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5c4561d..5550342 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,11 +1,12 @@ + \ No newline at end of file diff --git a/layouts/partials/footer_js.html b/layouts/partials/footer_js.html index a13da54..0dd7979 100644 --- a/layouts/partials/footer_js.html +++ b/layouts/partials/footer_js.html @@ -3,11 +3,13 @@ - + {{ "" | safeHTML }} + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 60c991e..60d6b1a 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,5 +1,3 @@ - - {{ .Title }} @@ -40,5 +38,3 @@ - -
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index aff1273..7cded53 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,27 +1,23 @@ - - + +
+ + + \ No newline at end of file diff --git a/layouts/partials/home.html b/layouts/partials/home.html index 4cc1260..0ab5f0b 100644 --- a/layouts/partials/home.html +++ b/layouts/partials/home.html @@ -1,5 +1,5 @@
-
- -
+
+ +
\ No newline at end of file diff --git a/layouts/partials/navbar-icon.html b/layouts/partials/navbar-icon.html index d9bee95..8082cc2 100644 --- a/layouts/partials/navbar-icon.html +++ b/layouts/partials/navbar-icon.html @@ -1,20 +1,20 @@
  • - - - + + +
  • - - - + + +
  • - - - + + +
  • - - - + + +
  • \ No newline at end of file diff --git a/layouts/partials/navbar-menu.html b/layouts/partials/navbar-menu.html index 43c9615..4130624 100644 --- a/layouts/partials/navbar-menu.html +++ b/layouts/partials/navbar-menu.html @@ -1,13 +1,13 @@ - -
  • Home
  • - \ No newline at end of file +
  • Home
  • + \ No newline at end of file diff --git a/layouts/partials/navbar-search.html b/layouts/partials/navbar-search.html index 130c5e7..ea063da 100644 --- a/layouts/partials/navbar-search.html +++ b/layouts/partials/navbar-search.html @@ -4,4 +4,4 @@ - + \ No newline at end of file diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index 865d4bd..3ae43ab 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -1,14 +1,14 @@ + {{ if or (.Paginator.HasPrev) (.Paginator.HasNext) }} + {{ if .Paginator.HasPrev }} + + {{ end }} + {{ if .Paginator.HasNext }} + + {{ end }} + {{ end }} + \ No newline at end of file diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html index 02a21b7..b0f0b5d 100644 --- a/layouts/partials/profile.html +++ b/layouts/partials/profile.html @@ -6,9 +6,9 @@ {{ with .Site.Params.bio }}

    {{ . }}

    {{ end }} {{ with .Site.Params.location }}{{ . }}{{ end }} {{ with .Site.Params.profile.follow_button }} - - {{with $.Site.Data.l10n.profile.follow_button}}{{.}}{{end}} - + + {{with $.Site.Data.l10n.profile.follow_button}}{{.}}{{end}} + {{ end }}
    @@ -20,7 +20,7 @@
    {{ len .Site.Taxonomies.tags }} - {{with .Site.Data.l10n.profile.tags}}{{.}}{{end}} + {{with .Site.Data.l10n.profile.tags}}{{.}}{{end}}
    @@ -33,4 +33,4 @@ - + \ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 59e87ba..089bea7 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,6 +1,6 @@ + {{ partial "widgets/search" . }} + {{ partial "widgets/recent_articles" . }} + {{ partial "widgets/categories" . }} + {{ partial "widgets/tag_cloud" . }} + \ No newline at end of file diff --git a/layouts/partials/single_article.html b/layouts/partials/single_article.html index b2b35b8..621d551 100644 --- a/layouts/partials/single_article.html +++ b/layouts/partials/single_article.html @@ -1,27 +1,29 @@
    -
    -
    - {{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} - - {{ end }} +
    +
    + {{ if and (isset .Params "banner") (not (eq .Params.banner "")) }} + + {{ end }} - {{ partial "article_header" . }} -
    - {{ .Content }} -
    + {{ partial "article_header" . }} +
    + {{ .Content }} +
    - {{ partial "article_footer" . }} -
    - -
    + {{ partial "article_footer" . }} +
    + +
    -
    +
    -
    - {{ template "_internal/disqus.html" . }} -
    -
    -
    +
    + {{ template "_internal/disqus.html" . }} +
    +
    + \ No newline at end of file diff --git a/layouts/partials/social.html b/layouts/partials/social.html index 4d50978..c0b54c5 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -75,7 +75,8 @@ {{ end }} {{ with .Site.Social.stackoverflow }} - + {{ end }} {{ with .Site.Social.reddit }} @@ -96,4 +97,4 @@ {{ with .Site.Social.twitter }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/partials/title.html b/layouts/partials/title.html index 9d4a953..0ed5cfd 100644 --- a/layouts/partials/title.html +++ b/layouts/partials/title.html @@ -1,13 +1,14 @@ + +

    + + PaulBSD + +

    + \ No newline at end of file diff --git a/layouts/partials/widgets/categories.html b/layouts/partials/widgets/categories.html index c12a576..f0f5827 100644 --- a/layouts/partials/widgets/categories.html +++ b/layouts/partials/widgets/categories.html @@ -1,19 +1,19 @@ {{ if .Site.Params.widgets.categories }} {{ if not (eq (len .Site.Taxonomies.categories) 0) }}
    -
    - -
    +
    + +
    {{ end }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/partials/widgets/command.html b/layouts/partials/widgets/command.html index f95f7fb..44689ca 100644 --- a/layouts/partials/widgets/command.html +++ b/layouts/partials/widgets/command.html @@ -1,7 +1,7 @@
    -
    -

    Template

    - {{ $resp := getJSON "https://api.github.com/repos/syui/hugo-theme-arch/readme" }} - {{ $resp.content | base64Decode | markdownify }} -
    -
    +
    +

    Template

    + {{ $resp := getJSON "https://api.github.com/repos/syui/hugo-theme-arch/readme" }} + {{ $resp.content | base64Decode | markdownify }} +
    + \ No newline at end of file diff --git a/layouts/partials/widgets/documentation.html b/layouts/partials/widgets/documentation.html index 632b7ae..730a274 100644 --- a/layouts/partials/widgets/documentation.html +++ b/layouts/partials/widgets/documentation.html @@ -1,18 +1,19 @@
    -
    -

    - Docs - -

    +
    + \ No newline at end of file diff --git a/layouts/partials/widgets/download.html b/layouts/partials/widgets/download.html index 467e82d..87d0d43 100644 --- a/layouts/partials/widgets/download.html +++ b/layouts/partials/widgets/download.html @@ -1,22 +1,23 @@
    -
    -
    - - -
    - -
    -
    - +
    +
    + + +
    +
    + + + +
    +
    + \ No newline at end of file diff --git a/layouts/partials/widgets/recent_articles.html b/layouts/partials/widgets/recent_articles.html index 073df57..455fb56 100644 --- a/layouts/partials/widgets/recent_articles.html +++ b/layouts/partials/widgets/recent_articles.html @@ -1,17 +1,18 @@ {{ if .Site.Params.widgets.recent_articles }}
    -
    - +
    -{{ end }} - +{{ end }} \ No newline at end of file diff --git a/layouts/partials/widgets/search.html b/layouts/partials/widgets/search.html index 220547b..c8d4815 100644 --- a/layouts/partials/widgets/search.html +++ b/layouts/partials/widgets/search.html @@ -1,7 +1,7 @@
    - - - - -
    + + + + + \ No newline at end of file diff --git a/layouts/partials/widgets/tag_cloud.html b/layouts/partials/widgets/tag_cloud.html index 58b0de5..d2f5630 100644 --- a/layouts/partials/widgets/tag_cloud.html +++ b/layouts/partials/widgets/tag_cloud.html @@ -1,16 +1,16 @@ {{ if .Site.Params.widgets.tag_cloud }} {{ if not (eq (len .Site.Taxonomies.tags) 0) }}
    -
    {{ end }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/partials/widgets/tags.html b/layouts/partials/widgets/tags.html index 4d485cb..5dafff1 100644 --- a/layouts/partials/widgets/tags.html +++ b/layouts/partials/widgets/tags.html @@ -1,21 +1,21 @@ {{ if .Site.Params.widgets.tags }} {{ if not (eq (len .Site.Taxonomies.tags) 0) }}
    -

    - {{ with .Site.Data.l10n.widgets.tags.title }}{{.}}{{end}} -

    -
    - -
    +

    + {{ with .Site.Data.l10n.widgets.tags.title }}{{.}}{{end}} +

    +
    + +
    {{ end }} -{{ end }} +{{ end }} \ No newline at end of file diff --git a/layouts/partials/widgets/update.html b/layouts/partials/widgets/update.html index 96eaa77..e9e30f2 100644 --- a/layouts/partials/widgets/update.html +++ b/layouts/partials/widgets/update.html @@ -1,113 +1,128 @@
    -
    -

    Recent Updates

    +
    +

    Recent Updates

    - - - - - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - -
    pep8 1.7.0-1 - any -
    python-keyring 7.2-1 - any - pep8 1.7.0-1 + any +
    rp-pppoe 3.12-1 - i686/x86_64 - python-keyring 7.2-1 + any +
    gsound 1.0.2-1 - i686/x86_64 - rp-pppoe 3.12-1 + i686/x86_64 +
    go-ipfs 0.3.11-1 - i686/x86_64 - gsound 1.0.2-1 + i686/x86_64 +
    mps-youtube 0.2.6-1 - any - go-ipfs 0.3.11-1 + i686/x86_64 +
    python-sphinx 1.3.4-1 - any - mps-youtube 0.2.6-1 + any +
    gpsbabel 1.5.3-1 - i686/x86_64 - python-sphinx 1.3.4-1 + any +
    marble 15.12.1-2 - i686/x86_64 - gpsbabel 1.5.3-1 + i686/x86_64 +
    kdepimlibs 15.12.1-1 - i686/x86_64 - marble 15.12.1-2 + i686/x86_64 +
    libkdcraw 15.12.1-1 - i686/x86_64 - kdepimlibs 15.12.1-1 + i686/x86_64 +
    dolphin-plugins 15.12.1-1 - i686/x86_64 - libkdcraw 15.12.1-1 + i686/x86_64 +
    bomber 15.12.1-1 - i686/x86_64 - dolphin-plugins 15.12.1-1 + i686/x86_64 +
    kross-interpreters 15.12.1-1 - i686/x86_64 - bomber 15.12.1-1 + i686/x86_64 +
    kmplot 15.12.1-1 - i686/x86_64 - kross-interpreters 15.12.1-1 + i686/x86_64 +
    -
    -
    + + + kmplot 15.12.1-1 + + i686/x86_64 + + + + + +
    + \ No newline at end of file diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html index 0233791..ed47273 100644 --- a/layouts/shortcodes/gallery.html +++ b/layouts/shortcodes/gallery.html @@ -1,9 +1,9 @@
    -
    - {{ range .Params }} - - - - {{ end }} -
    -
    +
    + {{ range .Params }} + + + + {{ end }} +
    + \ No newline at end of file diff --git a/layouts/shortcodes/jsfiddle.html b/layouts/shortcodes/jsfiddle.html index 3caba33..37198a8 100644 --- a/layouts/shortcodes/jsfiddle.html +++ b/layouts/shortcodes/jsfiddle.html @@ -1,5 +1,4 @@ - -

    +

    \ No newline at end of file