mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

mountainbug95
17.30.2020 e6d0a25e9d943ef53b12693697ae3122c3dc156c
Add an overflow-wrap to all links
1 files added
3 files modified
5882 ■■■■■ changed files
data/webpack_assets.json 2 ●●● patch | view | raw | blame | history
exampleSite/content/post/chapter-6.md 4 ●●●● patch | view | raw | blame | history
src/css/_styles.css 4 ●●●● patch | view | raw | blame | history
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css 5872 ●●●●● patch | view | raw | blame | history
data/webpack_assets.json
@@ -1,6 +1,6 @@
{
  "app": {
    "js": "js/app.3fc0f988d21662902933.js",
    "css": "css/app.1cb140d8ba31d5b2f1114537dd04802a.css"
    "css": "css/app.7e7787cc1402d7de28bc90f7e65adf96.css"
  }
}
exampleSite/content/post/chapter-6.md
@@ -97,3 +97,7 @@
that Naso died in exile among the Muscovites. But may the devil flay me if
I understand what they mean with their Esmeralda! What is that word, in
the first place?—‘tis Egyptian!”
[https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html](#)
src/css/_styles.css
@@ -13,4 +13,8 @@
  border-left: 4px solid #ccc;
  padding-left: 1rem;
}
a{
  overflow-wrap: break-word;
}
static/dist/css/app.7e7787cc1402d7de28bc90f7e65adf96.css
New file
Diff too large